Html Css Color HEX #BBA32E Earls Green

📋 copy color: '#BBA32E'

red 187 ◦ green 163 ◦ blue 46

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

Shades of Earls Green #BBA32E

Tints of Earls Green #BBA32E

RGB

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

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

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

R = 47.22%
G = 41.16%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BBA32E (or 0xBBA32E) is known color: Earls Green. HEX triplet: BB, A3 and 2E. RGB value is (187,163,46). Sum of RGB (Red+Green+Blue) = 187+163+46=396 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.22% from 396); Green value is 163 (64.06% from 255 or 41.16% from 396); Blue value is 46 (18.36% from 255 or 11.62% from 396); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA32E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BBA32E is #445CD1. Grayscale: #9D9D9D. Windows color (decimal): -4480210 or 3056571. OLE color: 3056571.

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

Color convert

RGB 187 163 46 -
CMYK 0 0.13 0.75 0.27
HSL 49.79º 0.61% 0.46% -
HSV(B) 49.79º 0.75% 0.73% -
XYZ 34.08 36.96 7.92 -
YUV 156.84 65.45 149.51 -
System Red Green Blue C M Y K H S L
Decimal 187 163 46 0 0.13 0.75 0.27 49.79 0.61 0.46
Hex BB A3 2E 0 D 4B 1B 32 3D 2E
Octal 273 243 56 0 15 113 33 62 75 56
Binary 10111011 10100011 101110 0 1101 1001011 11011 110010 111101 101110

Color Harmonies of #BBA32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA32E

Black with #BBA32E

Text Example


Text Example

White with #BBA32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA32E; }

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

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

background-color css

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

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

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

border-color css

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

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

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