Html Css Color HEX #B2BB61 Olive Green

📋 copy color: '#B2BB61'

red 178 ◦ green 187 ◦ blue 97

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

Shades of Olive Green #B2BB61

Tints of Olive Green #B2BB61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21%

R = 38.53%
G = 40.48%
B = 21%

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

#B2BB61 (or 0xB2BB61) is known color: Olive Green. HEX triplet: B2, BB and 61. RGB value is (178,187,97). Sum of RGB (Red+Green+Blue) = 178+187+97=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 97 (38.28% from 255 or 21.00% from 462); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BB61 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BB61 is #4D449E. Grayscale: #AEAEAE. Windows color (decimal): -5063839 or 6405042. OLE color: 6405042.

HSL color Cylindrical-coordinate representation of color #B2BB61: hue angle of 66º 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 #B2BB61 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 187 97 -
CMYK 0.05 0 0.48 0.27
HSL 66º 0.4% 0.56% -
HSV(B) 66º 0.48% 0.73% -
XYZ 38.29 45.87 18.14 -
YUV 174.05 84.52 130.82 -
System Red Green Blue C M Y K H S L
Decimal 178 187 97 0.05 0 0.48 0.27 66 0.4 0.56
Hex B2 BB 61 5 0 30 1B 42 28 38
Octal 262 273 141 5 0 60 33 102 50 70
Binary 10110010 10111011 1100001 101 0 110000 11011 1000010 101000 111000

Color Harmonies of #B2BB61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BB61

Black with #B2BB61

Text Example


Text Example

White with #B2BB61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BB61; }

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

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

background-color css

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

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

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

border-color css

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

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

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