Html Css Color HEX #BBA714 Earls Green

📋 copy color: '#BBA714'

red 187 ◦ green 167 ◦ blue 20

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

Shades of Earls Green #BBA714

Tints of Earls Green #BBA714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.35%

R = 50%
G = 44.65%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BBA714 (or 0xBBA714) is known color: Earls Green. HEX triplet: BB, A7 and 14. RGB value is (187,167,20). Sum of RGB (Red+Green+Blue) = 187+167+20=374 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50% from 374); Green value is 167 (65.62% from 255 or 44.65% from 374); Blue value is 20 (8.20% from 255 or 5.35% from 374); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA714 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA714 is #4458EB. Grayscale: #9C9C9C. Windows color (decimal): -4479212 or 1353659. OLE color: 1353659.

HSL color Cylindrical-coordinate representation of color #BBA714: hue angle of 52.81º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BBA714 is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 167 20 -
CMYK 0 0.11 0.89 0.27
HSL 52.81º 0.81% 0.41% -
HSV(B) 52.81º 0.89% 0.73% -
XYZ 34.44 38.25 6.23 -
YUV 156.22 51.13 149.95 -
System Red Green Blue C M Y K H S L
Decimal 187 167 20 0 0.11 0.89 0.27 52.81 0.81 0.41
Hex BB A7 14 0 B 59 1B 35 51 29
Octal 273 247 24 0 13 131 33 65 121 51
Binary 10111011 10100111 10100 0 1011 1011001 11011 110101 1010001 101001

Color Harmonies of #BBA714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA714

Black with #BBA714

Text Example


Text Example

White with #BBA714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA714; }

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

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

background-color css

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

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

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

border-color css

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

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

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