Html Css Color HEX #BBA41E Earls Green

📋 copy color: '#BBA41E'

red 187 ◦ green 164 ◦ blue 30

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

Shades of Earls Green #BBA41E

Tints of Earls Green #BBA41E

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.04%

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

R = 49.08%
G = 43.04%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BBA41E (or 0xBBA41E) is known color: Earls Green. HEX triplet: BB, A4 and 1E. RGB value is (187,164,30). Sum of RGB (Red+Green+Blue) = 187+164+30=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 164 (64.45% from 255 or 43.04% from 381); Blue value is 30 (12.11% from 255 or 7.87% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA41E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA41E is #445BE1. Grayscale: #9C9C9C. Windows color (decimal): -4479970 or 2008251. OLE color: 2008251.

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

Color convert

RGB 187 164 30 -
CMYK 0 0.12 0.84 0.27
HSL 51.21º 0.72% 0.43% -
HSV(B) 51.21º 0.84% 0.73% -
XYZ 34 37.21 6.62 -
YUV 155.6 57.12 150.4 -
System Red Green Blue C M Y K H S L
Decimal 187 164 30 0 0.12 0.84 0.27 51.21 0.72 0.43
Hex BB A4 1E 0 C 54 1B 33 48 2B
Octal 273 244 36 0 14 124 33 63 110 53
Binary 10111011 10100100 11110 0 1100 1010100 11011 110011 1001000 101011

Color Harmonies of #BBA41E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA41E

Black with #BBA41E

Text Example


Text Example

White with #BBA41E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA41E; }

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

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

background-color css

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

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

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

border-color css

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

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

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