Html Css Color HEX #B3B466 Olive Green

📋 copy color: '#B3B466'

red 179 ◦ green 180 ◦ blue 102

#B3B466
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Green #B3B466

Tints of Olive Green #B3B466

RGB

 RED value IS 179 (70.31% from 255) = 38.83%

 GREEN value IS 180 (70.7% from 255) = 39.05%

 BLUE value IS 102 (40.23% from 255) = 22.13%

R = 38.83%
G = 39.05%
B = 22.13%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.43

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B3B466 (or 0xB3B466) is known color: Olive Green. HEX triplet: B3, B4 and 66. RGB value is (179,180,102). Sum of RGB (Red+Green+Blue) = 179+180+102=461 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.83% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 180 - color contains mainly: green. Hex color #B3B466 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B3B466 is #4C4B99. Grayscale: #ABABAB. Windows color (decimal): -5000090 or 6730931. OLE color: 6730931.

HSL color Cylindrical-coordinate representation of color #B3B466: hue angle of 60.77º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B3B466 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 179 180 102 -
CMYK 0.01 0 0.43 0.29
HSL 60.77º 0.34% 0.55% -
HSV(B) 60.77º 0.43% 0.71% -
XYZ 37.31 43.19 18.94 -
YUV 170.81 89.17 133.84 -
System Red Green Blue C M Y K H S L
Decimal 179 180 102 0.01 0 0.43 0.29 60.77 0.34 0.55
Hex B3 B4 66 1 0 2B 1D 3D 22 37
Octal 263 264 146 1 0 53 35 75 42 67
Binary 10110011 10110100 1100110 1 0 101011 11101 111101 100010 110111

Color Harmonies of #B3B466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3B466

Black with #B3B466

Text Example


Text Example

White with #B3B466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3B466; }

 p { color: rgb(179,180,102); }

 H1.HeaderClassName
 {
   color: #B3B466;
 }
 .AnyTagClassName
 {
   color: #B3B466;
 }
</style>

background-color css

<style>
 a { background-color: #B3B466; }

 a { background-color: rgb(179,180,102); }

 div.DivClassName
 {
   background-color: #B3B466;
 }
 .BgClassName
 {
   background-color: #B3B466;
 }
</style>

border-color css

<style>
 span { border-color: #B3B466; }

 span { border-color: rgb(179,180,102); }

 td.TdClassName
 {
   border-color: #B3B466;
 }
 .TagClassName
 {
   border-color: #B3B466;
 }
</style>