Html Css Color HEX #BBB31E Earls Green

📋 copy color: '#BBB31E'

red 187 ◦ green 179 ◦ blue 30

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

Shades of Earls Green #BBB31E

Tints of Earls Green #BBB31E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.58%

R = 47.22%
G = 45.2%
B = 7.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BBB31E (or 0xBBB31E) is known color: Earls Green. HEX triplet: BB, B3 and 1E. RGB value is (187,179,30). Sum of RGB (Red+Green+Blue) = 187+179+30=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 179 (70.31% from 255 or 45.20% from 396); Blue value is 30 (12.11% from 255 or 7.58% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB31E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB31E is #444CE1. Grayscale: #A5A5A5. Windows color (decimal): -4476130 or 2012091. OLE color: 2012091.

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

Color convert

RGB 187 179 30 -
CMYK 0 0.04 0.84 0.27
HSL 56.94º 0.72% 0.43% -
HSV(B) 56.94º 0.84% 0.73% -
XYZ 36.85 42.9 7.57 -
YUV 164.41 52.15 144.12 -
System Red Green Blue C M Y K H S L
Decimal 187 179 30 0 0.04 0.84 0.27 56.94 0.72 0.43
Hex BB B3 1E 0 4 54 1B 39 48 2B
Octal 273 263 36 0 4 124 33 71 110 53
Binary 10111011 10110011 11110 0 100 1010100 11011 111001 1001000 101011

Color Harmonies of #BBB31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB31E

Black with #BBB31E

Text Example


Text Example

White with #BBB31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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