Html Css Color HEX #BEA51D Earls Green

📋 copy color: '#BEA51D'

red 190 ◦ green 165 ◦ blue 29

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

Shades of Earls Green #BEA51D

Tints of Earls Green #BEA51D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.55%

R = 49.48%
G = 42.97%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BEA51D (or 0xBEA51D) is known color: Earls Green. HEX triplet: BE, A5 and 1D. RGB value is (190,165,29). Sum of RGB (Red+Green+Blue) = 190+165+29=384 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.48% from 384); Green value is 165 (64.84% from 255 or 42.97% from 384); Blue value is 29 (11.72% from 255 or 7.55% from 384); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA51D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA51D is #415AE2. Grayscale: #9D9D9D. Windows color (decimal): -4283107 or 1942974. OLE color: 1942974.

HSL color Cylindrical-coordinate representation of color #BEA51D: hue angle of 50.68º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BEA51D is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 165 29 -
CMYK 0 0.13 0.85 0.25
HSL 50.68º 0.74% 0.43% -
HSV(B) 50.68º 0.85% 0.75% -
XYZ 34.91 37.95 6.65 -
YUV 156.97 55.78 151.56 -
System Red Green Blue C M Y K H S L
Decimal 190 165 29 0 0.13 0.85 0.25 50.68 0.74 0.43
Hex BE A5 1D 0 D 55 19 33 4A 2B
Octal 276 245 35 0 15 125 31 63 112 53
Binary 10111110 10100101 11101 0 1101 1010101 11001 110011 1001010 101011

Color Harmonies of #BEA51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA51D

Black with #BEA51D

Text Example


Text Example

White with #BEA51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA51D; }

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

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

background-color css

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

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

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

border-color css

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

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

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