Html Css Color HEX #B2B766 Olive Green

📋 copy color: '#B2B766'

red 178 ◦ green 183 ◦ blue 102

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

Shades of Olive Green #B2B766

Tints of Olive Green #B2B766

RGB

 RED value IS 178 (69.92% from 255) = 38.44%

 GREEN value IS 183 (71.88% from 255) = 39.52%

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

R = 38.44%
G = 39.52%
B = 22.03%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.28

RGB Variations

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

Color information

#B2B766 (or 0xB2B766) is known color: Olive Green. HEX triplet: B2, B7 and 66. RGB value is (178,183,102). Sum of RGB (Red+Green+Blue) = 178+183+102=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B766 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B766 is #4D4899. Grayscale: #ACACAC. Windows color (decimal): -5064858 or 6731698. OLE color: 6731698.

HSL color Cylindrical-coordinate representation of color #B2B766: hue angle of 63.7º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B2B766 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 183 102 -
CMYK 0.03 0 0.44 0.28
HSL 63.7º 0.36% 0.56% -
HSV(B) 63.7º 0.44% 0.72% -
XYZ 37.69 44.29 19.13 -
YUV 172.27 88.34 132.09 -
System Red Green Blue C M Y K H S L
Decimal 178 183 102 0.03 0 0.44 0.28 63.7 0.36 0.56
Hex B2 B7 66 3 0 2C 1C 40 24 38
Octal 262 267 146 3 0 54 34 100 44 70
Binary 10110010 10110111 1100110 11 0 101100 11100 1000000 100100 111000

Color Harmonies of #B2B766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B766

Black with #B2B766

Text Example


Text Example

White with #B2B766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B766; }

 p { color: rgb(178,183,102); }

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

background-color css

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

 a { background-color: rgb(178,183,102); }

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

border-color css

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

 span { border-color: rgb(178,183,102); }

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