Html Css Color HEX #BBA717 Earls Green

📋 copy color: '#BBA717'

red 187 ◦ green 167 ◦ blue 23

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

Shades of Earls Green #BBA717

Tints of Earls Green #BBA717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.1%

R = 49.6%
G = 44.3%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BBA717 (or 0xBBA717) is known color: Earls Green. HEX triplet: BB, A7 and 17. RGB value is (187,167,23). Sum of RGB (Red+Green+Blue) = 187+167+23=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 167 (65.62% from 255 or 44.30% from 377); Blue value is 23 (9.38% from 255 or 6.10% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA717 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA717 is #4458E8. Grayscale: #9D9D9D. Windows color (decimal): -4479209 or 1550267. OLE color: 1550267.

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

Color convert

RGB 187 167 23 -
CMYK 0 0.11 0.88 0.27
HSL 52.68º 0.78% 0.41% -
HSV(B) 52.68º 0.88% 0.73% -
XYZ 34.47 38.26 6.38 -
YUV 156.56 52.63 149.71 -
System Red Green Blue C M Y K H S L
Decimal 187 167 23 0 0.11 0.88 0.27 52.68 0.78 0.41
Hex BB A7 17 0 B 58 1B 35 4E 29
Octal 273 247 27 0 13 130 33 65 116 51
Binary 10111011 10100111 10111 0 1011 1011000 11011 110101 1001110 101001

Color Harmonies of #BBA717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA717

Black with #BBA717

Text Example


Text Example

White with #BBA717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA717; }

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

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

background-color css

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

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

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

border-color css

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

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

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