Html Css Color HEX #B2BB62 Olive Green

📋 copy color: '#B2BB62'

red 178 ◦ green 187 ◦ blue 98

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

Shades of Olive Green #B2BB62

Tints of Olive Green #B2BB62

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.39%

 BLUE value IS 98 (38.67% from 255) = 21.17%

R = 38.44%
G = 40.39%
B = 21.17%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#B2BB62 (or 0xB2BB62) is known color: Olive Green. HEX triplet: B2, BB and 62. RGB value is (178,187,98). Sum of RGB (Red+Green+Blue) = 178+187+98=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 187 (73.44% from 255 or 40.39% from 463); Blue value is 98 (38.67% from 255 or 21.17% from 463); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BB62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BB62 is #4D449D. Grayscale: #AEAEAE. Windows color (decimal): -5063838 or 6470578. OLE color: 6470578.

HSL color Cylindrical-coordinate representation of color #B2BB62: hue angle of 66.07º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B2BB62 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 187 98 -
CMYK 0.05 0 0.48 0.27
HSL 66.07º 0.4% 0.56% -
HSV(B) 66.07º 0.48% 0.73% -
XYZ 38.34 45.89 18.39 -
YUV 174.16 85.02 130.74 -
System Red Green Blue C M Y K H S L
Decimal 178 187 98 0.05 0 0.48 0.27 66.07 0.4 0.56
Hex B2 BB 62 5 0 30 1B 42 28 38
Octal 262 273 142 5 0 60 33 102 50 70
Binary 10110010 10111011 1100010 101 0 110000 11011 1000010 101000 111000

Color Harmonies of #B2BB62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BB62

Black with #B2BB62

Text Example


Text Example

White with #B2BB62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BB62; }

 p { color: rgb(178,187,98); }

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

background-color css

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

 a { background-color: rgb(178,187,98); }

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

border-color css

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

 span { border-color: rgb(178,187,98); }

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