Html Css Color HEX #BBA421 Earls Green

📋 copy color: '#BBA421'

red 187 ◦ green 164 ◦ blue 33

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

Shades of Earls Green #BBA421

Tints of Earls Green #BBA421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.59%

R = 48.7%
G = 42.71%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BBA421 (or 0xBBA421) is known color: Earls Green. HEX triplet: BB, A4 and 21. RGB value is (187,164,33). Sum of RGB (Red+Green+Blue) = 187+164+33=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 33 (13.28% from 255 or 8.59% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA421 is #445BDE. Grayscale: #9C9C9C. Windows color (decimal): -4479967 or 2204859. OLE color: 2204859.

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

Color convert

RGB 187 164 33 -
CMYK 0 0.12 0.82 0.27
HSL 51.04º 0.7% 0.43% -
HSV(B) 51.04º 0.82% 0.73% -
XYZ 34.04 37.23 6.83 -
YUV 155.94 58.62 150.15 -
System Red Green Blue C M Y K H S L
Decimal 187 164 33 0 0.12 0.82 0.27 51.04 0.7 0.43
Hex BB A4 21 0 C 52 1B 33 46 2B
Octal 273 244 41 0 14 122 33 63 106 53
Binary 10111011 10100100 100001 0 1100 1010010 11011 110011 1000110 101011

Color Harmonies of #BBA421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA421

Black with #BBA421

Text Example


Text Example

White with #BBA421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA421; }

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

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

background-color css

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

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

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

border-color css

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

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

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