Html Css Color HEX #BBA520 Earls Green

📋 copy color: '#BBA520'

red 187 ◦ green 165 ◦ blue 32

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

Shades of Earls Green #BBA520

Tints of Earls Green #BBA520

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.97%

 BLUE value IS 32 (12.89% from 255) = 8.33%

R = 48.7%
G = 42.97%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BBA520 (or 0xBBA520) is known color: Earls Green. HEX triplet: BB, A5 and 20. RGB value is (187,165,32). Sum of RGB (Red+Green+Blue) = 187+165+32=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 165 (64.84% from 255 or 42.97% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA520 is #445ADF. Grayscale: #9C9C9C. Windows color (decimal): -4479712 or 2139579. OLE color: 2139579.

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

Color convert

RGB 187 165 32 -
CMYK 0 0.12 0.83 0.27
HSL 51.48º 0.71% 0.43% -
HSV(B) 51.48º 0.83% 0.73% -
XYZ 34.21 37.58 6.82 -
YUV 156.42 57.79 149.81 -
System Red Green Blue C M Y K H S L
Decimal 187 165 32 0 0.12 0.83 0.27 51.48 0.71 0.43
Hex BB A5 20 0 C 53 1B 33 47 2B
Octal 273 245 40 0 14 123 33 63 107 53
Binary 10111011 10100101 100000 0 1100 1010011 11011 110011 1000111 101011

Color Harmonies of #BBA520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA520

Black with #BBA520

Text Example


Text Example

White with #BBA520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA520; }

 p { color: rgb(187,165,32); }

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

background-color css

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

 a { background-color: rgb(187,165,32); }

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

border-color css

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

 span { border-color: rgb(187,165,32); }

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