Html Css Color HEX #BBA31F Earls Green

📋 copy color: '#BBA31F'

red 187 ◦ green 163 ◦ blue 31

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

Shades of Earls Green #BBA31F

Tints of Earls Green #BBA31F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.78%

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

R = 49.08%
G = 42.78%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BBA31F (or 0xBBA31F) is known color: Earls Green. HEX triplet: BB, A3 and 1F. RGB value is (187,163,31). Sum of RGB (Red+Green+Blue) = 187+163+31=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 163 (64.06% from 255 or 42.78% from 381); Blue value is 31 (12.5% from 255 or 8.14% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA31F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA31F is #445CE0. Grayscale: #9B9B9B. Windows color (decimal): -4480225 or 2073531. OLE color: 2073531.

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

Color convert

RGB 187 163 31 -
CMYK 0 0.13 0.83 0.27
HSL 50.77º 0.72% 0.43% -
HSV(B) 50.77º 0.83% 0.73% -
XYZ 33.84 36.86 6.63 -
YUV 155.13 57.95 150.73 -
System Red Green Blue C M Y K H S L
Decimal 187 163 31 0 0.13 0.83 0.27 50.77 0.72 0.43
Hex BB A3 1F 0 D 53 1B 33 48 2B
Octal 273 243 37 0 15 123 33 63 110 53
Binary 10111011 10100011 11111 0 1101 1010011 11011 110011 1001000 101011

Color Harmonies of #BBA31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA31F

Black with #BBA31F

Text Example


Text Example

White with #BBA31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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