Html Css Color HEX #BEA52B Earls Green

📋 copy color: '#BEA52B'

red 190 ◦ green 165 ◦ blue 43

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

Shades of Earls Green #BEA52B

Tints of Earls Green #BEA52B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.46%

 BLUE value IS 43 (17.19% from 255) = 10.8%

R = 47.74%
G = 41.46%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#BEA52B (or 0xBEA52B) is known color: Earls Green. HEX triplet: BE, A5 and 2B. RGB value is (190,165,43). Sum of RGB (Red+Green+Blue) = 190+165+43=398 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.74% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 43 (17.19% from 255 or 10.80% from 398); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA52B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA52B is #415AD4. Grayscale: #9F9F9F. Windows color (decimal): -4283093 or 2860478. OLE color: 2860478.

HSL color Cylindrical-coordinate representation of color #BEA52B: hue angle of 49.8º degrees, saturation: 0.63, 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 #BEA52B is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 165 43 -
CMYK 0 0.13 0.77 0.25
HSL 49.8º 0.63% 0.46% -
HSV(B) 49.8º 0.77% 0.75% -
XYZ 35.13 38.03 7.78 -
YUV 158.57 62.78 150.42 -
System Red Green Blue C M Y K H S L
Decimal 190 165 43 0 0.13 0.77 0.25 49.8 0.63 0.46
Hex BE A5 2B 0 D 4D 19 32 3F 2E
Octal 276 245 53 0 15 115 31 62 77 56
Binary 10111110 10100101 101011 0 1101 1001101 11001 110010 111111 101110

Color Harmonies of #BEA52B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA52B

Black with #BEA52B

Text Example


Text Example

White with #BEA52B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA52B; }

 p { color: rgb(190,165,43); }

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

background-color css

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

 a { background-color: rgb(190,165,43); }

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

border-color css

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

 span { border-color: rgb(190,165,43); }

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