Html Css Color HEX #BBB85F Olive Green

📋 copy color: '#BBB85F'

red 187 ◦ green 184 ◦ blue 95

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

Shades of Olive Green #BBB85F

Tints of Olive Green #BBB85F

RGB

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

 GREEN value IS 184 (72.27% from 255) = 39.48%

 BLUE value IS 95 (37.5% from 255) = 20.39%

R = 40.13%
G = 39.48%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BBB85F (or 0xBBB85F) is known color: Olive Green. HEX triplet: BB, B8 and 5F. RGB value is (187,184,95). Sum of RGB (Red+Green+Blue) = 187+184+95=466 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.13% from 466); Green value is 184 (72.27% from 255 or 39.48% from 466); Blue value is 95 (37.5% from 255 or 20.39% from 466); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB85F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB85F is #4447A0. Grayscale: #AFAFAF. Windows color (decimal): -4474785 or 6273211. OLE color: 6273211.

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

Color convert

RGB 187 184 95 -
CMYK 0 0.02 0.49 0.27
HSL 58.04º 0.4% 0.55% -
HSV(B) 58.04º 0.49% 0.73% -
XYZ 39.7 45.67 17.55 -
YUV 174.75 82.99 136.74 -
System Red Green Blue C M Y K H S L
Decimal 187 184 95 0 0.02 0.49 0.27 58.04 0.4 0.55
Hex BB B8 5F 0 2 31 1B 3A 28 37
Octal 273 270 137 0 2 61 33 72 50 67
Binary 10111011 10111000 1011111 0 10 110001 11011 111010 101000 110111

Color Harmonies of #BBB85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB85F

Black with #BBB85F

Text Example


Text Example

White with #BBB85F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB85F; }

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

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

background-color css

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

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

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

border-color css

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

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

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