Html Css Color HEX #BBB32E Earls Green

📋 copy color: '#BBB32E'

red 187 ◦ green 179 ◦ blue 46

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

Shades of Earls Green #BBB32E

Tints of Earls Green #BBB32E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.17%

R = 45.39%
G = 43.45%
B = 11.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BBB32E (or 0xBBB32E) is known color: Earls Green. HEX triplet: BB, B3 and 2E. RGB value is (187,179,46). Sum of RGB (Red+Green+Blue) = 187+179+46=412 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.39% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 46 (18.36% from 255 or 11.17% from 412); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB32E is #444CD1. Grayscale: #A6A6A6. Windows color (decimal): -4476114 or 3060667. OLE color: 3060667.

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

Color convert

RGB 187 179 46 -
CMYK 0 0.04 0.75 0.27
HSL 56.6º 0.61% 0.46% -
HSV(B) 56.6º 0.75% 0.73% -
XYZ 37.11 43 8.93 -
YUV 166.23 60.15 142.81 -
System Red Green Blue C M Y K H S L
Decimal 187 179 46 0 0.04 0.75 0.27 56.6 0.61 0.46
Hex BB B3 2E 0 4 4B 1B 39 3D 2E
Octal 273 263 56 0 4 113 33 71 75 56
Binary 10111011 10110011 101110 0 100 1001011 11011 111001 111101 101110

Color Harmonies of #BBB32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB32E

Black with #BBB32E

Text Example


Text Example

White with #BBB32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB32E; }

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

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

background-color css

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

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

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

border-color css

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

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

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