Html Css Color HEX #BEB015 Earls Green

📋 copy color: '#BEB015'

red 190 ◦ green 176 ◦ blue 21

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

Shades of Earls Green #BEB015

Tints of Earls Green #BEB015

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.48%

 BLUE value IS 21 (8.59% from 255) = 5.43%

R = 49.1%
G = 45.48%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BEB015 (or 0xBEB015) is known color: Earls Green. HEX triplet: BE, B0 and 15. RGB value is (190,176,21). Sum of RGB (Red+Green+Blue) = 190+176+21=387 (51% of max value = 765). Red value is 190 (74.61% from 255 or 49.10% from 387); Green value is 176 (69.14% from 255 or 45.48% from 387); Blue value is 21 (8.59% from 255 or 5.43% from 387); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BEB015 is #414FEA. Grayscale: #A3A3A3. Windows color (decimal): -4280299 or 1421502. OLE color: 1421502.

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

Color convert

RGB 190 176 21 -
CMYK 0 0.07 0.89 0.25
HSL 55.03º 0.8% 0.41% -
HSV(B) 55.03º 0.89% 0.75% -
XYZ 36.9 42.05 6.88 -
YUV 162.52 48.14 147.6 -
System Red Green Blue C M Y K H S L
Decimal 190 176 21 0 0.07 0.89 0.25 55.03 0.8 0.41
Hex BE B0 15 0 7 59 19 37 50 29
Octal 276 260 25 0 7 131 31 67 120 51
Binary 10111110 10110000 10101 0 111 1011001 11001 110111 1010000 101001

Color Harmonies of #BEB015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB015

Black with #BEB015

Text Example


Text Example

White with #BEB015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB015; }

 p { color: rgb(190,176,21); }

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

background-color css

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

 a { background-color: rgb(190,176,21); }

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

border-color css

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

 span { border-color: rgb(190,176,21); }

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