Html Css Color HEX #BBA221 Earls Green

📋 copy color: '#BBA221'

red 187 ◦ green 162 ◦ blue 33

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

Shades of Earls Green #BBA221

Tints of Earls Green #BBA221

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.41%

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

R = 48.95%
G = 42.41%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BBA221 (or 0xBBA221) is known color: Earls Green. HEX triplet: BB, A2 and 21. RGB value is (187,162,33). Sum of RGB (Red+Green+Blue) = 187+162+33=382 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.95% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 33 (13.28% from 255 or 8.64% from 382); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA221 is #445DDE. Grayscale: #9B9B9B. Windows color (decimal): -4480479 or 2204347. OLE color: 2204347.

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

Color convert

RGB 187 162 33 -
CMYK 0 0.13 0.82 0.27
HSL 50.26º 0.7% 0.43% -
HSV(B) 50.26º 0.82% 0.73% -
XYZ 33.69 36.52 6.71 -
YUV 154.77 59.28 150.99 -
System Red Green Blue C M Y K H S L
Decimal 187 162 33 0 0.13 0.82 0.27 50.26 0.7 0.43
Hex BB A2 21 0 D 52 1B 32 46 2B
Octal 273 242 41 0 15 122 33 62 106 53
Binary 10111011 10100010 100001 0 1101 1010010 11011 110010 1000110 101011

Color Harmonies of #BBA221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA221

Black with #BBA221

Text Example


Text Example

White with #BBA221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA221; }

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

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

background-color css

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

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

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

border-color css

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

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

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