Html Css Color HEX #BBA624 Earls Green

📋 copy color: '#BBA624'

red 187 ◦ green 166 ◦ blue 36

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

Shades of Earls Green #BBA624

Tints of Earls Green #BBA624

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.67%

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

R = 48.07%
G = 42.67%
B = 9.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BBA624 (or 0xBBA624) is known color: Earls Green. HEX triplet: BB, A6 and 24. RGB value is (187,166,36). Sum of RGB (Red+Green+Blue) = 187+166+36=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 166 (65.23% from 255 or 42.67% from 389); Blue value is 36 (14.45% from 255 or 9.25% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA624 is #4459DB. Grayscale: #9E9E9E. Windows color (decimal): -4479452 or 2401979. OLE color: 2401979.

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

Color convert

RGB 187 166 36 -
CMYK 0 0.11 0.81 0.27
HSL 51.66º 0.68% 0.44% -
HSV(B) 51.66º 0.81% 0.73% -
XYZ 34.45 37.96 7.18 -
YUV 157.46 59.46 149.07 -
System Red Green Blue C M Y K H S L
Decimal 187 166 36 0 0.11 0.81 0.27 51.66 0.68 0.44
Hex BB A6 24 0 B 51 1B 34 44 2C
Octal 273 246 44 0 13 121 33 64 104 54
Binary 10111011 10100110 100100 0 1011 1010001 11011 110100 1000100 101100

Color Harmonies of #BBA624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA624

Black with #BBA624

Text Example


Text Example

White with #BBA624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA624; }

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

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

background-color css

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

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

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

border-color css

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

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

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