Html Css Color HEX #BBB75E Olive Green

📋 copy color: '#BBB75E'

red 187 ◦ green 183 ◦ blue 94

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

Shades of Olive Green #BBB75E

Tints of Olive Green #BBB75E

RGB

 RED value IS 187 (73.44% from 255) = 40.3%

 GREEN value IS 183 (71.88% from 255) = 39.44%

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

R = 40.3%
G = 39.44%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BBB75E (or 0xBBB75E) is known color: Olive Green. HEX triplet: BB, B7 and 5E. RGB value is (187,183,94). Sum of RGB (Red+Green+Blue) = 187+183+94=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 183 (71.88% from 255 or 39.44% from 464); Blue value is 94 (37.11% from 255 or 20.26% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB75E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB75E is #4448A1. Grayscale: #AEAEAE. Windows color (decimal): -4475042 or 6207419. OLE color: 6207419.

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

Color convert

RGB 187 183 94 -
CMYK 0 0.02 0.50 0.27
HSL 57.42º 0.41% 0.55% -
HSV(B) 57.42º 0.5% 0.73% -
XYZ 39.45 45.24 17.24 -
YUV 174.05 82.83 137.24 -
System Red Green Blue C M Y K H S L
Decimal 187 183 94 0 0.02 0.50 0.27 57.42 0.41 0.55
Hex BB B7 5E 0 2 32 1B 39 29 37
Octal 273 267 136 0 2 62 33 71 51 67
Binary 10111011 10110111 1011110 0 10 110010 11011 111001 101001 110111

Color Harmonies of #BBB75E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB75E

Black with #BBB75E

Text Example


Text Example

White with #BBB75E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB75E; }

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

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

background-color css

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

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

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

border-color css

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

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

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