Html Css Color HEX #BBB34D Olive Green

📋 copy color: '#BBB34D'

red 187 ◦ green 179 ◦ blue 77

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

Shades of Olive Green #BBB34D

Tints of Olive Green #BBB34D

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.41%

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

R = 42.21%
G = 40.41%
B = 17.38%

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

#BBB34D (or 0xBBB34D) is known color: Olive Green. HEX triplet: BB, B3 and 4D. RGB value is (187,179,77). Sum of RGB (Red+Green+Blue) = 187+179+77=443 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.21% from 443); Green value is 179 (70.31% from 255 or 40.41% from 443); Blue value is 77 (30.47% from 255 or 17.38% from 443); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB34D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB34D is #444CB2. Grayscale: #AAAAAA. Windows color (decimal): -4476083 or 5092283. OLE color: 5092283.

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

Color convert

RGB 187 179 77 -
CMYK 0 0.04 0.59 0.27
HSL 55.64º 0.45% 0.52% -
HSV(B) 55.64º 0.59% 0.73% -
XYZ 37.95 43.34 13.39 -
YUV 169.76 75.65 140.29 -
System Red Green Blue C M Y K H S L
Decimal 187 179 77 0 0.04 0.59 0.27 55.64 0.45 0.52
Hex BB B3 4D 0 4 3B 1B 38 2D 34
Octal 273 263 115 0 4 73 33 70 55 64
Binary 10111011 10110011 1001101 0 100 111011 11011 111000 101101 110100

Color Harmonies of #BBB34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB34D

Black with #BBB34D

Text Example


Text Example

White with #BBB34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB34D; }

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

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

background-color css

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

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

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

border-color css

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

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

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