Html Css Color HEX #BBA82E Earls Green

📋 copy color: '#BBA82E'

red 187 ◦ green 168 ◦ blue 46

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

Shades of Earls Green #BBA82E

Tints of Earls Green #BBA82E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.9%

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

R = 46.63%
G = 41.9%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BBA82E (or 0xBBA82E) is known color: Earls Green. HEX triplet: BB, A8 and 2E. RGB value is (187,168,46). Sum of RGB (Red+Green+Blue) = 187+168+46=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 168 (66.02% from 255 or 41.90% from 401); Blue value is 46 (18.36% from 255 or 11.47% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA82E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA82E is #4457D1. Grayscale: #A0A0A0. Windows color (decimal): -4478930 or 3057851. OLE color: 3057851.

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

Color convert

RGB 187 168 46 -
CMYK 0 0.10 0.75 0.27
HSL 51.91º 0.61% 0.46% -
HSV(B) 51.91º 0.75% 0.73% -
XYZ 34.99 38.77 8.22 -
YUV 159.77 63.79 147.42 -
System Red Green Blue C M Y K H S L
Decimal 187 168 46 0 0.10 0.75 0.27 51.91 0.61 0.46
Hex BB A8 2E 0 A 4B 1B 34 3D 2E
Octal 273 250 56 0 12 113 33 64 75 56
Binary 10111011 10101000 101110 0 1010 1001011 11011 110100 111101 101110

Color Harmonies of #BBA82E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA82E

Black with #BBA82E

Text Example


Text Example

White with #BBA82E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA82E; }

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

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

background-color css

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

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

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

border-color css

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

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

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