Html Css Color HEX #BBAD1F Earls Green

📋 copy color: '#BBAD1F'

red 187 ◦ green 173 ◦ blue 31

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

Shades of Earls Green #BBAD1F

Tints of Earls Green #BBAD1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.93%

R = 47.83%
G = 44.25%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BBAD1F (or 0xBBAD1F) is known color: Earls Green. HEX triplet: BB, AD and 1F. RGB value is (187,173,31). Sum of RGB (Red+Green+Blue) = 187+173+31=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 173 (67.97% from 255 or 44.25% from 391); Blue value is 31 (12.5% from 255 or 7.93% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBAD1F is #4452E0. Grayscale: #A1A1A1. Windows color (decimal): -4477665 or 2076091. OLE color: 2076091.

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

Color convert

RGB 187 173 31 -
CMYK 0 0.07 0.83 0.27
HSL 54.62º 0.72% 0.43% -
HSV(B) 54.62º 0.83% 0.73% -
XYZ 35.68 40.55 7.24 -
YUV 161 54.64 146.55 -
System Red Green Blue C M Y K H S L
Decimal 187 173 31 0 0.07 0.83 0.27 54.62 0.72 0.43
Hex BB AD 1F 0 7 53 1B 37 48 2B
Octal 273 255 37 0 7 123 33 67 110 53
Binary 10111011 10101101 11111 0 111 1010011 11011 110111 1001000 101011

Color Harmonies of #BBAD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAD1F

Black with #BBAD1F

Text Example


Text Example

White with #BBAD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAD1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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