Html Css Color HEX #BEA81B Earls Green

📋 copy color: '#BEA81B'

red 190 ◦ green 168 ◦ blue 27

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

Shades of Earls Green #BEA81B

Tints of Earls Green #BEA81B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.64%

 BLUE value IS 27 (10.94% from 255) = 7.01%

R = 49.35%
G = 43.64%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BEA81B (or 0xBEA81B) is known color: Earls Green. HEX triplet: BE, A8 and 1B. RGB value is (190,168,27). Sum of RGB (Red+Green+Blue) = 190+168+27=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 168 (66.02% from 255 or 43.64% from 385); Blue value is 27 (10.94% from 255 or 7.01% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BEA81B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEA81B is #4157E4. Grayscale: #9F9F9F. Windows color (decimal): -4282341 or 1812670. OLE color: 1812670.

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

Color convert

RGB 190 168 27 -
CMYK 0 0.12 0.86 0.25
HSL 51.9º 0.75% 0.43% -
HSV(B) 51.9º 0.86% 0.75% -
XYZ 35.44 39.03 6.7 -
YUV 158.5 53.79 150.46 -
System Red Green Blue C M Y K H S L
Decimal 190 168 27 0 0.12 0.86 0.25 51.9 0.75 0.43
Hex BE A8 1B 0 C 56 19 34 4B 2B
Octal 276 250 33 0 14 126 31 64 113 53
Binary 10111110 10101000 11011 0 1100 1010110 11001 110100 1001011 101011

Color Harmonies of #BEA81B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA81B

Black with #BEA81B

Text Example


Text Example

White with #BEA81B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA81B; }

 p { color: rgb(190,168,27); }

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

background-color css

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

 a { background-color: rgb(190,168,27); }

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

border-color css

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

 span { border-color: rgb(190,168,27); }

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