Html Css Color HEX #BBB84F Olive Green

📋 copy color: '#BBB84F'

red 187 ◦ green 184 ◦ blue 79

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

Shades of Olive Green #BBB84F

Tints of Olive Green #BBB84F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.56%

R = 41.56%
G = 40.89%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BBB84F (or 0xBBB84F) is known color: Olive Green. HEX triplet: BB, B8 and 4F. RGB value is (187,184,79). Sum of RGB (Red+Green+Blue) = 187+184+79=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 184 (72.27% from 255 or 40.89% from 450); Blue value is 79 (31.25% from 255 or 17.56% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB84F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB84F is #4447B0. Grayscale: #ADADAD. Windows color (decimal): -4474801 or 5224635. OLE color: 5224635.

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

Color convert

RGB 187 184 79 -
CMYK 0 0.02 0.58 0.27
HSL 58.33º 0.44% 0.52% -
HSV(B) 58.33º 0.58% 0.73% -
XYZ 39.05 45.41 14.1 -
YUV 172.93 74.99 138.04 -
System Red Green Blue C M Y K H S L
Decimal 187 184 79 0 0.02 0.58 0.27 58.33 0.44 0.52
Hex BB B8 4F 0 2 3A 1B 3A 2C 34
Octal 273 270 117 0 2 72 33 72 54 64
Binary 10111011 10111000 1001111 0 10 111010 11011 111010 101100 110100

Color Harmonies of #BBB84F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB84F

Black with #BBB84F

Text Example


Text Example

White with #BBB84F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB84F; }

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

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

background-color css

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

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

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

border-color css

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

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

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