Html Css Color HEX #BBA419 Earls Green

📋 copy color: '#BBA419'

red 187 ◦ green 164 ◦ blue 25

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

Shades of Earls Green #BBA419

Tints of Earls Green #BBA419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.65%

R = 49.73%
G = 43.62%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BBA419 (or 0xBBA419) is known color: Earls Green. HEX triplet: BB, A4 and 19. RGB value is (187,164,25). Sum of RGB (Red+Green+Blue) = 187+164+25=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 164 (64.45% from 255 or 43.62% from 376); Blue value is 25 (10.16% from 255 or 6.65% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA419 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA419 is #445BE6. Grayscale: #9B9B9B. Windows color (decimal): -4479975 or 1680571. OLE color: 1680571.

HSL color Cylindrical-coordinate representation of color #BBA419: hue angle of 51.48º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBA419 is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 164 25 -
CMYK 0 0.12 0.87 0.27
HSL 51.48º 0.76% 0.42% -
HSV(B) 51.48º 0.87% 0.73% -
XYZ 33.94 37.19 6.31 -
YUV 155.03 54.62 150.8 -
System Red Green Blue C M Y K H S L
Decimal 187 164 25 0 0.12 0.87 0.27 51.48 0.76 0.42
Hex BB A4 19 0 C 57 1B 33 4C 2A
Octal 273 244 31 0 14 127 33 63 114 52
Binary 10111011 10100100 11001 0 1100 1010111 11011 110011 1001100 101010

Color Harmonies of #BBA419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA419

Black with #BBA419

Text Example


Text Example

White with #BBA419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA419; }

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

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

background-color css

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

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

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

border-color css

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

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

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