Html Css Color HEX #BBB41E Earls Green

📋 copy color: '#BBB41E'

red 187 ◦ green 180 ◦ blue 30

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

Shades of Earls Green #BBB41E

Tints of Earls Green #BBB41E

RGB

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

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

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

R = 47.1%
G = 45.34%
B = 7.56%

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

#BBB41E (or 0xBBB41E) is known color: Earls Green. HEX triplet: BB, B4 and 1E. RGB value is (187,180,30). Sum of RGB (Red+Green+Blue) = 187+180+30=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 30 (12.11% from 255 or 7.56% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB41E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBB41E is #444BE1. Grayscale: #A5A5A5. Windows color (decimal): -4475874 or 2012347. OLE color: 2012347.

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

Color convert

RGB 187 180 30 -
CMYK 0 0.04 0.84 0.27
HSL 57.32º 0.72% 0.43% -
HSV(B) 57.32º 0.84% 0.73% -
XYZ 37.05 43.3 7.63 -
YUV 164.99 51.82 143.7 -
System Red Green Blue C M Y K H S L
Decimal 187 180 30 0 0.04 0.84 0.27 57.32 0.72 0.43
Hex BB B4 1E 0 4 54 1B 39 48 2B
Octal 273 264 36 0 4 124 33 71 110 53
Binary 10111011 10110100 11110 0 100 1010100 11011 111001 1001000 101011

Color Harmonies of #BBB41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB41E

Black with #BBB41E

Text Example


Text Example

White with #BBB41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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