Html Css Color HEX #B2BB69 Olive Green

📋 copy color: '#B2BB69'

red 178 ◦ green 187 ◦ blue 105

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

Shades of Olive Green #B2BB69

Tints of Olive Green #B2BB69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.34%

R = 37.87%
G = 39.79%
B = 22.34%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#B2BB69 (or 0xB2BB69) is known color: Olive Green. HEX triplet: B2, BB and 69. RGB value is (178,187,105). Sum of RGB (Red+Green+Blue) = 178+187+105=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 105 (41.41% from 255 or 22.34% from 470); Max value from RGB is 187 - color contains mainly: green. Hex color #B2BB69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BB69 is #4D4496. Grayscale: #AFAFAF. Windows color (decimal): -5063831 or 6929330. OLE color: 6929330.

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

Color convert

RGB 178 187 105 -
CMYK 0.05 0 0.44 0.27
HSL 66.59º 0.38% 0.57% -
HSV(B) 66.59º 0.44% 0.73% -
XYZ 38.68 46.03 20.21 -
YUV 174.96 88.52 130.17 -
System Red Green Blue C M Y K H S L
Decimal 178 187 105 0.05 0 0.44 0.27 66.59 0.38 0.57
Hex B2 BB 69 5 0 2C 1B 43 26 39
Octal 262 273 151 5 0 54 33 103 46 71
Binary 10110010 10111011 1101001 101 0 101100 11011 1000011 100110 111001

Color Harmonies of #B2BB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BB69

Black with #B2BB69

Text Example


Text Example

White with #B2BB69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BB69; }

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

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

background-color css

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

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

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

border-color css

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

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

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