Html Css Color HEX #BBA817 Earls Green

📋 copy color: '#BBA817'

red 187 ◦ green 168 ◦ blue 23

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

Shades of Earls Green #BBA817

Tints of Earls Green #BBA817

RGB

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

 GREEN value IS 168 (66.02% from 255) = 44.44%

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

R = 49.47%
G = 44.44%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BBA817 (or 0xBBA817) is known color: Earls Green. HEX triplet: BB, A8 and 17. RGB value is (187,168,23). Sum of RGB (Red+Green+Blue) = 187+168+23=378 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.47% from 378); Green value is 168 (66.02% from 255 or 44.44% from 378); Blue value is 23 (9.38% from 255 or 6.08% from 378); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA817 is #4457E8. Grayscale: #9D9D9D. Windows color (decimal): -4478953 or 1550523. OLE color: 1550523.

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

Color convert

RGB 187 168 23 -
CMYK 0 0.10 0.88 0.27
HSL 53.05º 0.78% 0.41% -
HSV(B) 53.05º 0.88% 0.73% -
XYZ 34.65 38.63 6.44 -
YUV 157.15 52.29 149.29 -
System Red Green Blue C M Y K H S L
Decimal 187 168 23 0 0.10 0.88 0.27 53.05 0.78 0.41
Hex BB A8 17 0 A 58 1B 35 4E 29
Octal 273 250 27 0 12 130 33 65 116 51
Binary 10111011 10101000 10111 0 1010 1011000 11011 110101 1001110 101001

Color Harmonies of #BBA817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA817

Black with #BBA817

Text Example


Text Example

White with #BBA817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA817; }

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

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

background-color css

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

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

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

border-color css

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

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

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