Html Css Color HEX #B1BB6A Olive Green

📋 copy color: '#B1BB6A'

red 177 ◦ green 187 ◦ blue 106

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

Shades of Olive Green #B1BB6A

Tints of Olive Green #B1BB6A

RGB

 RED value IS 177 (69.53% from 255) = 37.66%

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

 BLUE value IS 106 (41.8% from 255) = 22.55%

R = 37.66%
G = 39.79%
B = 22.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#B1BB6A (or 0xB1BB6A) is known color: Olive Green. HEX triplet: B1, BB and 6A. RGB value is (177,187,106). Sum of RGB (Red+Green+Blue) = 177+187+106=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 187 (73.44% from 255 or 39.79% from 470); Blue value is 106 (41.80% from 255 or 22.55% from 470); Max value from RGB is 187 - color contains mainly: green. Hex color #B1BB6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BB6A is #4E4495. Grayscale: #AFAFAF. Windows color (decimal): -5129366 or 6994865. OLE color: 6994865.

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

Color convert

RGB 177 187 106 -
CMYK 0.05 0 0.43 0.27
HSL 67.41º 0.37% 0.57% -
HSV(B) 67.41º 0.43% 0.73% -
XYZ 38.5 45.93 20.47 -
YUV 174.78 89.19 129.59 -
System Red Green Blue C M Y K H S L
Decimal 177 187 106 0.05 0 0.43 0.27 67.41 0.37 0.57
Hex B1 BB 6A 5 0 2B 1B 43 25 39
Octal 261 273 152 5 0 53 33 103 45 71
Binary 10110001 10111011 1101010 101 0 101011 11011 1000011 100101 111001

Color Harmonies of #B1BB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1BB6A

Black with #B1BB6A

Text Example


Text Example

White with #B1BB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1BB6A; }

 p { color: rgb(177,187,106); }

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

background-color css

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

 a { background-color: rgb(177,187,106); }

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

border-color css

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

 span { border-color: rgb(177,187,106); }

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