Html Css Color HEX #BBA921 Earls Green

📋 copy color: '#BBA921'

red 187 ◦ green 169 ◦ blue 33

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

Shades of Earls Green #BBA921

Tints of Earls Green #BBA921

RGB

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

 GREEN value IS 169 (66.41% from 255) = 43.44%

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

R = 48.07%
G = 43.44%
B = 8.48%

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

#BBA921 (or 0xBBA921) is known color: Earls Green. HEX triplet: BB, A9 and 21. RGB value is (187,169,33). Sum of RGB (Red+Green+Blue) = 187+169+33=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 169 (66.41% from 255 or 43.44% from 389); Blue value is 33 (13.28% from 255 or 8.48% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA921 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA921 is #4456DE. Grayscale: #9F9F9F. Windows color (decimal): -4478687 or 2206139. OLE color: 2206139.

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

Color convert

RGB 187 169 33 -
CMYK 0 0.10 0.82 0.27
HSL 52.99º 0.7% 0.43% -
HSV(B) 52.99º 0.82% 0.73% -
XYZ 34.96 39.05 7.13 -
YUV 158.88 56.96 148.06 -
System Red Green Blue C M Y K H S L
Decimal 187 169 33 0 0.10 0.82 0.27 52.99 0.7 0.43
Hex BB A9 21 0 A 52 1B 35 46 2B
Octal 273 251 41 0 12 122 33 65 106 53
Binary 10111011 10101001 100001 0 1010 1010010 11011 110101 1000110 101011

Color Harmonies of #BBA921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA921

Black with #BBA921

Text Example


Text Example

White with #BBA921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA921; }

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

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

background-color css

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

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

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

border-color css

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

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

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