Html Css Color HEX #BBB45E Olive Green

📋 copy color: '#BBB45E'

red 187 ◦ green 180 ◦ blue 94

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

Shades of Olive Green #BBB45E

Tints of Olive Green #BBB45E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 39.05%

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

R = 40.56%
G = 39.05%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BBB45E (or 0xBBB45E) is known color: Olive Green. HEX triplet: BB, B4 and 5E. RGB value is (187,180,94). Sum of RGB (Red+Green+Blue) = 187+180+94=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 180 (70.70% from 255 or 39.05% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB45E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB45E is #444BA1. Grayscale: #ACACAC. Windows color (decimal): -4475810 or 6206651. OLE color: 6206651.

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

Color convert

RGB 187 180 94 -
CMYK 0 0.04 0.50 0.27
HSL 55.48º 0.41% 0.55% -
HSV(B) 55.48º 0.5% 0.73% -
XYZ 38.84 44.02 17.04 -
YUV 172.29 83.82 138.49 -
System Red Green Blue C M Y K H S L
Decimal 187 180 94 0 0.04 0.50 0.27 55.48 0.41 0.55
Hex BB B4 5E 0 4 32 1B 37 29 37
Octal 273 264 136 0 4 62 33 67 51 67
Binary 10111011 10110100 1011110 0 100 110010 11011 110111 101001 110111

Color Harmonies of #BBB45E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB45E

Black with #BBB45E

Text Example


Text Example

White with #BBB45E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB45E; }

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

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

background-color css

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

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

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

border-color css

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

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

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