Html Css Color HEX #BEB72A Earls Green

📋 copy color: '#BEB72A'

red 190 ◦ green 183 ◦ blue 42

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

Shades of Earls Green #BEB72A

Tints of Earls Green #BEB72A

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.1%

 BLUE value IS 42 (16.8% from 255) = 10.12%

R = 45.78%
G = 44.1%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BEB72A (or 0xBEB72A) is known color: Earls Green. HEX triplet: BE, B7 and 2A. RGB value is (190,183,42). Sum of RGB (Red+Green+Blue) = 190+183+42=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 183 (71.88% from 255 or 44.10% from 415); Blue value is 42 (16.80% from 255 or 10.12% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB72A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB72A is #4148D5. Grayscale: #A9A9A9. Windows color (decimal): -4278486 or 2799550. OLE color: 2799550.

HSL color Cylindrical-coordinate representation of color #BEB72A: hue angle of 57.16º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BEB72A is Cyan = 0, Magento = 0.04, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 183 42 -
CMYK 0 0.04 0.78 0.25
HSL 57.16º 0.64% 0.45% -
HSV(B) 57.16º 0.78% 0.75% -
XYZ 38.59 44.98 8.84 -
YUV 169.02 56.32 142.96 -
System Red Green Blue C M Y K H S L
Decimal 190 183 42 0 0.04 0.78 0.25 57.16 0.64 0.45
Hex BE B7 2A 0 4 4E 19 39 40 2D
Octal 276 267 52 0 4 116 31 71 100 55
Binary 10111110 10110111 101010 0 100 1001110 11001 111001 1000000 101101

Color Harmonies of #BEB72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB72A

Black with #BEB72A

Text Example


Text Example

White with #BEB72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB72A; }

 p { color: rgb(190,183,42); }

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

background-color css

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

 a { background-color: rgb(190,183,42); }

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

border-color css

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

 span { border-color: rgb(190,183,42); }

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