Html Css Color HEX #B8BB5E Olive Green

📋 copy color: '#B8BB5E'

red 184 ◦ green 187 ◦ blue 94

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

Shades of Olive Green #B8BB5E

Tints of Olive Green #B8BB5E

RGB

 RED value IS 184 (72.27% from 255) = 39.57%

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

 BLUE value IS 94 (37.11% from 255) = 20.22%

R = 39.57%
G = 40.22%
B = 20.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#B8BB5E (or 0xB8BB5E) is known color: Olive Green. HEX triplet: B8, BB and 5E. RGB value is (184,187,94). Sum of RGB (Red+Green+Blue) = 184+187+94=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 187 - color contains mainly: green. Hex color #B8BB5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B8BB5E is #4744A1. Grayscale: #AFAFAF. Windows color (decimal): -4670626 or 6208440. OLE color: 6208440.

HSL color Cylindrical-coordinate representation of color #B8BB5E: hue angle of 61.94º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B8BB5E is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 184 187 94 -
CMYK 0.02 0 0.50 0.27
HSL 61.94º 0.41% 0.55% -
HSV(B) 61.94º 0.5% 0.73% -
XYZ 39.56 46.54 17.49 -
YUV 175.5 82.01 134.06 -
System Red Green Blue C M Y K H S L
Decimal 184 187 94 0.02 0 0.50 0.27 61.94 0.41 0.55
Hex B8 BB 5E 2 0 32 1B 3E 29 37
Octal 270 273 136 2 0 62 33 76 51 67
Binary 10111000 10111011 1011110 10 0 110010 11011 111110 101001 110111

Color Harmonies of #B8BB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8BB5E

Black with #B8BB5E

Text Example


Text Example

White with #B8BB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8BB5E; }

 p { color: rgb(184,187,94); }

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

background-color css

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

 a { background-color: rgb(184,187,94); }

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

border-color css

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

 span { border-color: rgb(184,187,94); }

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