Html Css Color HEX #BBA517 Earls Green

📋 copy color: '#BBA517'

red 187 ◦ green 165 ◦ blue 23

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

Shades of Earls Green #BBA517

Tints of Earls Green #BBA517

RGB

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

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

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

R = 49.87%
G = 44%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#BBA517 (or 0xBBA517) is known color: Earls Green. HEX triplet: BB, A5 and 17. RGB value is (187,165,23). Sum of RGB (Red+Green+Blue) = 187+165+23=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 165 (64.84% from 255 or 44% from 375); Blue value is 23 (9.38% from 255 or 6.13% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBA517 is #445AE8. Grayscale: #9B9B9B. Windows color (decimal): -4479721 or 1549755. OLE color: 1549755.

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

Color convert

RGB 187 165 23 -
CMYK 0 0.12 0.88 0.27
HSL 51.95º 0.78% 0.41% -
HSV(B) 51.95º 0.88% 0.73% -
XYZ 34.1 37.54 6.26 -
YUV 155.39 53.29 150.55 -
System Red Green Blue C M Y K H S L
Decimal 187 165 23 0 0.12 0.88 0.27 51.95 0.78 0.41
Hex BB A5 17 0 C 58 1B 34 4E 29
Octal 273 245 27 0 14 130 33 64 116 51
Binary 10111011 10100101 10111 0 1100 1011000 11011 110100 1001110 101001

Color Harmonies of #BBA517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA517

Black with #BBA517

Text Example


Text Example

White with #BBA517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA517; }

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

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

background-color css

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

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

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

border-color css

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

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

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