Html Css Color HEX #BEB11D Earls Green

📋 copy color: '#BEB11D'

red 190 ◦ green 177 ◦ blue 29

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

Shades of Earls Green #BEB11D

Tints of Earls Green #BEB11D

RGB

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

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

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

R = 47.98%
G = 44.7%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#BEB11D (or 0xBEB11D) is known color: Earls Green. HEX triplet: BE, B1 and 1D. RGB value is (190,177,29). Sum of RGB (Red+Green+Blue) = 190+177+29=396 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.98% from 396); Green value is 177 (69.53% from 255 or 44.70% from 396); Blue value is 29 (11.72% from 255 or 7.32% from 396); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB11D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB11D is #414EE2. Grayscale: #A4A4A4. Windows color (decimal): -4280035 or 1946046. OLE color: 1946046.

HSL color Cylindrical-coordinate representation of color #BEB11D: hue angle of 55.16º 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 #BEB11D is Cyan = 0, Magento = 0.07, Yellow = 0.85 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 177 29 -
CMYK 0 0.07 0.85 0.25
HSL 55.16º 0.74% 0.43% -
HSV(B) 55.16º 0.85% 0.75% -
XYZ 37.18 42.48 7.4 -
YUV 164.02 51.81 146.53 -
System Red Green Blue C M Y K H S L
Decimal 190 177 29 0 0.07 0.85 0.25 55.16 0.74 0.43
Hex BE B1 1D 0 7 55 19 37 4A 2B
Octal 276 261 35 0 7 125 31 67 112 53
Binary 10111110 10110001 11101 0 111 1010101 11001 110111 1001010 101011

Color Harmonies of #BEB11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB11D

Black with #BEB11D

Text Example


Text Example

White with #BEB11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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