Html Css Color HEX #BBA62E Earls Green

📋 copy color: '#BBA62E'

red 187 ◦ green 166 ◦ blue 46

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

Shades of Earls Green #BBA62E

Tints of Earls Green #BBA62E

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.6%

 BLUE value IS 46 (18.36% from 255) = 11.53%

R = 46.87%
G = 41.6%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BBA62E (or 0xBBA62E) is known color: Earls Green. HEX triplet: BB, A6 and 2E. RGB value is (187,166,46). Sum of RGB (Red+Green+Blue) = 187+166+46=399 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.87% from 399); Green value is 166 (65.23% from 255 or 41.60% from 399); Blue value is 46 (18.36% from 255 or 11.53% from 399); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA62E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA62E is #4459D1. Grayscale: #9F9F9F. Windows color (decimal): -4479442 or 3057339. OLE color: 3057339.

HSL color Cylindrical-coordinate representation of color #BBA62E: hue angle of 51.06º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BBA62E is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 166 46 -
CMYK 0 0.11 0.75 0.27
HSL 51.06º 0.61% 0.46% -
HSV(B) 51.06º 0.75% 0.73% -
XYZ 34.62 38.03 8.1 -
YUV 158.6 64.46 148.26 -
System Red Green Blue C M Y K H S L
Decimal 187 166 46 0 0.11 0.75 0.27 51.06 0.61 0.46
Hex BB A6 2E 0 B 4B 1B 33 3D 2E
Octal 273 246 56 0 13 113 33 63 75 56
Binary 10111011 10100110 101110 0 1011 1001011 11011 110011 111101 101110

Color Harmonies of #BBA62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA62E

Black with #BBA62E

Text Example


Text Example

White with #BBA62E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA62E; }

 p { color: rgb(187,166,46); }

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

background-color css

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

 a { background-color: rgb(187,166,46); }

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

border-color css

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

 span { border-color: rgb(187,166,46); }

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