Html Css Color HEX #BBA424 Earls Green

📋 copy color: '#BBA424'

red 187 ◦ green 164 ◦ blue 36

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

Shades of Earls Green #BBA424

Tints of Earls Green #BBA424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.3%

R = 48.32%
G = 42.38%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BBA424 (or 0xBBA424) is known color: Earls Green. HEX triplet: BB, A4 and 24. RGB value is (187,164,36). Sum of RGB (Red+Green+Blue) = 187+164+36=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 36 (14.45% from 255 or 9.30% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA424 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA424 is #445BDB. Grayscale: #9C9C9C. Windows color (decimal): -4479964 or 2401467. OLE color: 2401467.

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

Color convert

RGB 187 164 36 -
CMYK 0 0.12 0.81 0.27
HSL 50.86º 0.68% 0.44% -
HSV(B) 50.86º 0.81% 0.73% -
XYZ 34.09 37.24 7.06 -
YUV 156.29 60.12 149.91 -
System Red Green Blue C M Y K H S L
Decimal 187 164 36 0 0.12 0.81 0.27 50.86 0.68 0.44
Hex BB A4 24 0 C 51 1B 33 44 2C
Octal 273 244 44 0 14 121 33 63 104 54
Binary 10111011 10100100 100100 0 1100 1010001 11011 110011 1000100 101100

Color Harmonies of #BBA424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA424

Black with #BBA424

Text Example


Text Example

White with #BBA424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA424; }

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

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

background-color css

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

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

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

border-color css

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

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

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