Html Css Color HEX #BEB124 Earls Green

📋 copy color: '#BEB124'

red 190 ◦ green 177 ◦ blue 36

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

Shades of Earls Green #BEB124

Tints of Earls Green #BEB124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.93%

R = 47.15%
G = 43.92%
B = 8.93%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#BEB124 (or 0xBEB124) is known color: Earls Green. HEX triplet: BE, B1 and 24. RGB value is (190,177,36). Sum of RGB (Red+Green+Blue) = 190+177+36=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 36 (14.45% from 255 or 8.93% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB124 is #414EDB. Grayscale: #A5A5A5. Windows color (decimal): -4280028 or 2404798. OLE color: 2404798.

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

Color convert

RGB 190 177 36 -
CMYK 0 0.07 0.81 0.25
HSL 54.94º 0.68% 0.44% -
HSV(B) 54.94º 0.81% 0.75% -
XYZ 37.28 42.52 7.91 -
YUV 164.81 55.31 145.96 -
System Red Green Blue C M Y K H S L
Decimal 190 177 36 0 0.07 0.81 0.25 54.94 0.68 0.44
Hex BE B1 24 0 7 51 19 37 44 2C
Octal 276 261 44 0 7 121 31 67 104 54
Binary 10111110 10110001 100100 0 111 1010001 11001 110111 1000100 101100

Color Harmonies of #BEB124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB124

Black with #BEB124

Text Example


Text Example

White with #BEB124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB124; }

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

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

background-color css

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

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

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

border-color css

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

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

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