Html Css Color HEX #B4B566 Olive Green

📋 copy color: '#B4B566'

red 180 ◦ green 181 ◦ blue 102

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

Shades of Olive Green #B4B566

Tints of Olive Green #B4B566

RGB

 RED value IS 180 (70.7% from 255) = 38.88%

 GREEN value IS 181 (71.09% from 255) = 39.09%

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

R = 38.88%
G = 39.09%
B = 22.03%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B4B566 (or 0xB4B566) is known color: Olive Green. HEX triplet: B4, B5 and 66. RGB value is (180,181,102). Sum of RGB (Red+Green+Blue) = 180+181+102=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 181 - color contains mainly: green. Hex color #B4B566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4B566 is #4B4A99. Grayscale: #ACACAC. Windows color (decimal): -4934298 or 6731188. OLE color: 6731188.

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

Color convert

RGB 180 181 102 -
CMYK 0.01 0 0.44 0.29
HSL 60.76º 0.35% 0.55% -
HSV(B) 60.76º 0.44% 0.71% -
XYZ 37.74 43.71 19.02 -
YUV 171.7 88.67 133.92 -
System Red Green Blue C M Y K H S L
Decimal 180 181 102 0.01 0 0.44 0.29 60.76 0.35 0.55
Hex B4 B5 66 1 0 2C 1D 3D 23 37
Octal 264 265 146 1 0 54 35 75 43 67
Binary 10110100 10110101 1100110 1 0 101100 11101 111101 100011 110111

Color Harmonies of #B4B566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B566

Black with #B4B566

Text Example


Text Example

White with #B4B566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B566; }

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

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

background-color css

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

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

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

border-color css

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

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

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