Html Css Color HEX #BEAB30 Earls Green

📋 copy color: '#BEAB30'

red 190 ◦ green 171 ◦ blue 48

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

Shades of Earls Green #BEAB30

Tints of Earls Green #BEAB30

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.81%

 BLUE value IS 48 (19.14% from 255) = 11.74%

R = 46.45%
G = 41.81%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#BEAB30 (or 0xBEAB30) is known color: Earls Green. HEX triplet: BE, AB and 30. RGB value is (190,171,48). Sum of RGB (Red+Green+Blue) = 190+171+48=409 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.45% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 48 (19.14% from 255 or 11.74% from 409); Max value from RGB is 190 - color contains mainly: red. Hex color #BEAB30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEAB30 is #4154CF. Grayscale: #A3A3A3. Windows color (decimal): -4281552 or 3189694. OLE color: 3189694.

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

Color convert

RGB 190 171 48 -
CMYK 0 0.10 0.75 0.25
HSL 51.97º 0.6% 0.47% -
HSV(B) 51.97º 0.75% 0.75% -
XYZ 36.33 40.29 8.66 -
YUV 162.66 63.29 147.5 -
System Red Green Blue C M Y K H S L
Decimal 190 171 48 0 0.10 0.75 0.25 51.97 0.6 0.47
Hex BE AB 30 0 A 4B 19 34 3C 2F
Octal 276 253 60 0 12 113 31 64 74 57
Binary 10111110 10101011 110000 0 1010 1001011 11001 110100 111100 101111

Color Harmonies of #BEAB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAB30

Black with #BEAB30

Text Example


Text Example

White with #BEAB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAB30; }

 p { color: rgb(190,171,48); }

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

background-color css

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

 a { background-color: rgb(190,171,48); }

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

border-color css

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

 span { border-color: rgb(190,171,48); }

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