Html Css Color HEX #BBAD19 Earls Green

📋 copy color: '#BBAD19'

red 187 ◦ green 173 ◦ blue 25

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

Shades of Earls Green #BBAD19

Tints of Earls Green #BBAD19

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.94%

 BLUE value IS 25 (10.16% from 255) = 6.49%

R = 48.57%
G = 44.94%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BBAD19 (or 0xBBAD19) is known color: Earls Green. HEX triplet: BB, AD and 19. RGB value is (187,173,25). Sum of RGB (Red+Green+Blue) = 187+173+25=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 25 (10.16% from 255 or 6.49% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBAD19 is #4452E6. Grayscale: #A0A0A0. Windows color (decimal): -4477671 or 1682875. OLE color: 1682875.

HSL color Cylindrical-coordinate representation of color #BBAD19: hue angle of 54.81º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BBAD19 is Cyan = 0, Magento = 0.07, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 173 25 -
CMYK 0 0.07 0.87 0.27
HSL 54.81º 0.76% 0.42% -
HSV(B) 54.81º 0.87% 0.73% -
XYZ 35.61 40.52 6.86 -
YUV 160.31 51.64 147.03 -
System Red Green Blue C M Y K H S L
Decimal 187 173 25 0 0.07 0.87 0.27 54.81 0.76 0.42
Hex BB AD 19 0 7 57 1B 37 4C 2A
Octal 273 255 31 0 7 127 33 67 114 52
Binary 10111011 10101101 11001 0 111 1010111 11011 110111 1001100 101010

Color Harmonies of #BBAD19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAD19

Black with #BBAD19

Text Example


Text Example

White with #BBAD19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAD19; }

 p { color: rgb(187,173,25); }

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

background-color css

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

 a { background-color: rgb(187,173,25); }

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

border-color css

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

 span { border-color: rgb(187,173,25); }

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