Html Css Color HEX #BBB44D Olive Green

📋 copy color: '#BBB44D'

red 187 ◦ green 180 ◦ blue 77

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

Shades of Olive Green #BBB44D

Tints of Olive Green #BBB44D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.34%

R = 42.12%
G = 40.54%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BBB44D (or 0xBBB44D) is known color: Olive Green. HEX triplet: BB, B4 and 4D. RGB value is (187,180,77). Sum of RGB (Red+Green+Blue) = 187+180+77=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 180 (70.70% from 255 or 40.54% from 444); Blue value is 77 (30.47% from 255 or 17.34% from 444); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB44D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB44D is #444BB2. Grayscale: #AAAAAA. Windows color (decimal): -4475827 or 5092539. OLE color: 5092539.

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

Color convert

RGB 187 180 77 -
CMYK 0 0.04 0.59 0.27
HSL 56.18º 0.45% 0.52% -
HSV(B) 56.18º 0.59% 0.73% -
XYZ 38.15 43.74 13.45 -
YUV 170.35 75.32 139.88 -
System Red Green Blue C M Y K H S L
Decimal 187 180 77 0 0.04 0.59 0.27 56.18 0.45 0.52
Hex BB B4 4D 0 4 3B 1B 38 2D 34
Octal 273 264 115 0 4 73 33 70 55 64
Binary 10111011 10110100 1001101 0 100 111011 11011 111000 101101 110100

Color Harmonies of #BBB44D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB44D

Black with #BBB44D

Text Example


Text Example

White with #BBB44D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB44D; }

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

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

background-color css

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

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

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

border-color css

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

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

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