Html Css Color HEX #BBA721 Earls Green

📋 copy color: '#BBA721'

red 187 ◦ green 167 ◦ blue 33

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

Shades of Earls Green #BBA721

Tints of Earls Green #BBA721

RGB

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

 GREEN value IS 167 (65.63% from 255) = 43.15%

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

R = 48.32%
G = 43.15%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BBA721 (or 0xBBA721) is known color: Earls Green. HEX triplet: BB, A7 and 21. RGB value is (187,167,33). Sum of RGB (Red+Green+Blue) = 187+167+33=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 167 (65.62% from 255 or 43.15% from 387); Blue value is 33 (13.28% from 255 or 8.53% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA721 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA721 is #4458DE. Grayscale: #9E9E9E. Windows color (decimal): -4479199 or 2205627. OLE color: 2205627.

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

Color convert

RGB 187 167 33 -
CMYK 0 0.11 0.82 0.27
HSL 52.21º 0.7% 0.43% -
HSV(B) 52.21º 0.82% 0.73% -
XYZ 34.59 38.31 7.01 -
YUV 157.7 57.63 148.9 -
System Red Green Blue C M Y K H S L
Decimal 187 167 33 0 0.11 0.82 0.27 52.21 0.7 0.43
Hex BB A7 21 0 B 52 1B 34 46 2B
Octal 273 247 41 0 13 122 33 64 106 53
Binary 10111011 10100111 100001 0 1011 1010010 11011 110100 1000110 101011

Color Harmonies of #BBA721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA721

Black with #BBA721

Text Example


Text Example

White with #BBA721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA721; }

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

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

background-color css

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

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

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

border-color css

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

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

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