Html Css Color HEX #BEB120 Earls Green

📋 copy color: '#BEB120'

red 190 ◦ green 177 ◦ blue 32

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

Shades of Earls Green #BEB120

Tints of Earls Green #BEB120

RGB

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

 GREEN value IS 177 (69.53% from 255) = 44.36%

 BLUE value IS 32 (12.89% from 255) = 8.02%

R = 47.62%
G = 44.36%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BEB120 (or 0xBEB120) is known color: Earls Green. HEX triplet: BE, B1 and 20. RGB value is (190,177,32). Sum of RGB (Red+Green+Blue) = 190+177+32=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 177 (69.53% from 255 or 44.36% from 399); Blue value is 32 (12.89% from 255 or 8.02% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB120 is #414EDF. Grayscale: #A4A4A4. Windows color (decimal): -4280032 or 2142654. OLE color: 2142654.

HSL color Cylindrical-coordinate representation of color #BEB120: hue angle of 55.06º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BEB120 is Cyan = 0, Magento = 0.07, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 177 32 -
CMYK 0 0.07 0.83 0.25
HSL 55.06º 0.71% 0.44% -
HSV(B) 55.06º 0.83% 0.75% -
XYZ 37.22 42.5 7.61 -
YUV 164.36 53.31 146.29 -
System Red Green Blue C M Y K H S L
Decimal 190 177 32 0 0.07 0.83 0.25 55.06 0.71 0.44
Hex BE B1 20 0 7 53 19 37 47 2C
Octal 276 261 40 0 7 123 31 67 107 54
Binary 10111110 10110001 100000 0 111 1010011 11001 110111 1000111 101100

Color Harmonies of #BEB120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB120

Black with #BEB120

Text Example


Text Example

White with #BEB120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB120; }

 p { color: rgb(190,177,32); }

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

background-color css

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

 a { background-color: rgb(190,177,32); }

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

border-color css

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

 span { border-color: rgb(190,177,32); }

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