Html Css Color HEX #BEA32C Earls Green

📋 copy color: '#BEA32C'

red 190 ◦ green 163 ◦ blue 44

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

Shades of Earls Green #BEA32C

Tints of Earls Green #BEA32C

RGB

 RED value IS 190 (74.61% from 255) = 47.86%

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

 BLUE value IS 44 (17.58% from 255) = 11.08%

R = 47.86%
G = 41.06%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BEA32C (or 0xBEA32C) is known color: Earls Green. HEX triplet: BE, A3 and 2C. RGB value is (190,163,44). Sum of RGB (Red+Green+Blue) = 190+163+44=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 163 (64.06% from 255 or 41.06% from 397); Blue value is 44 (17.58% from 255 or 11.08% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA32C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA32C is #415CD3. Grayscale: #9E9E9E. Windows color (decimal): -4283604 or 2925502. OLE color: 2925502.

HSL color Cylindrical-coordinate representation of color #BEA32C: hue angle of 48.9º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BEA32C is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 163 44 -
CMYK 0 0.14 0.77 0.25
HSL 48.9º 0.62% 0.46% -
HSV(B) 48.9º 0.77% 0.75% -
XYZ 34.79 37.32 7.75 -
YUV 157.51 63.95 151.18 -
System Red Green Blue C M Y K H S L
Decimal 190 163 44 0 0.14 0.77 0.25 48.9 0.62 0.46
Hex BE A3 2C 0 E 4D 19 31 3E 2E
Octal 276 243 54 0 16 115 31 61 76 56
Binary 10111110 10100011 101100 0 1110 1001101 11001 110001 111110 101110

Color Harmonies of #BEA32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA32C

Black with #BEA32C

Text Example


Text Example

White with #BEA32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA32C; }

 p { color: rgb(190,163,44); }

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

background-color css

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

 a { background-color: rgb(190,163,44); }

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

border-color css

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

 span { border-color: rgb(190,163,44); }

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