Html Css Color HEX #BBA31E Earls Green

📋 copy color: '#BBA31E'

red 187 ◦ green 163 ◦ blue 30

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

Shades of Earls Green #BBA31E

Tints of Earls Green #BBA31E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.89%

R = 49.21%
G = 42.89%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BBA31E (or 0xBBA31E) is known color: Earls Green. HEX triplet: BB, A3 and 1E. RGB value is (187,163,30). Sum of RGB (Red+Green+Blue) = 187+163+30=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 163 (64.06% from 255 or 42.89% from 380); Blue value is 30 (12.11% from 255 or 7.89% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA31E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA31E is #445CE1. Grayscale: #9B9B9B. Windows color (decimal): -4480226 or 2007995. OLE color: 2007995.

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

Color convert

RGB 187 163 30 -
CMYK 0 0.13 0.84 0.27
HSL 50.83º 0.72% 0.43% -
HSV(B) 50.83º 0.84% 0.73% -
XYZ 33.83 36.85 6.56 -
YUV 155.01 57.45 150.81 -
System Red Green Blue C M Y K H S L
Decimal 187 163 30 0 0.13 0.84 0.27 50.83 0.72 0.43
Hex BB A3 1E 0 D 54 1B 33 48 2B
Octal 273 243 36 0 15 124 33 63 110 53
Binary 10111011 10100011 11110 0 1101 1010100 11011 110011 1001000 101011

Color Harmonies of #BBA31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA31E

Black with #BBA31E

Text Example


Text Example

White with #BBA31E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA31E; }

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

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

background-color css

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

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

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

border-color css

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

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

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