Html Css Color HEX #BBA821 Earls Green

📋 copy color: '#BBA821'

red 187 ◦ green 168 ◦ blue 33

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

Shades of Earls Green #BBA821

Tints of Earls Green #BBA821

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.3%

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

R = 48.2%
G = 43.3%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BBA821 (or 0xBBA821) is known color: Earls Green. HEX triplet: BB, A8 and 21. RGB value is (187,168,33). Sum of RGB (Red+Green+Blue) = 187+168+33=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 168 (66.02% from 255 or 43.30% from 388); Blue value is 33 (13.28% from 255 or 8.51% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA821 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA821 is #4457DE. Grayscale: #9E9E9E. Windows color (decimal): -4478943 or 2205883. OLE color: 2205883.

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

Color convert

RGB 187 168 33 -
CMYK 0 0.10 0.82 0.27
HSL 52.6º 0.7% 0.43% -
HSV(B) 52.6º 0.82% 0.73% -
XYZ 34.77 38.68 7.07 -
YUV 158.29 57.29 148.48 -
System Red Green Blue C M Y K H S L
Decimal 187 168 33 0 0.10 0.82 0.27 52.6 0.7 0.43
Hex BB A8 21 0 A 52 1B 35 46 2B
Octal 273 250 41 0 12 122 33 65 106 53
Binary 10111011 10101000 100001 0 1010 1010010 11011 110101 1000110 101011

Color Harmonies of #BBA821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA821

Black with #BBA821

Text Example


Text Example

White with #BBA821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA821; }

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

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

background-color css

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

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

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

border-color css

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

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

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