Html Css Color HEX #BEB431 Earls Green

📋 copy color: '#BEB431'

red 190 ◦ green 180 ◦ blue 49

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

Shades of Earls Green #BEB431

Tints of Earls Green #BEB431

RGB

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

 GREEN value IS 180 (70.7% from 255) = 42.96%

 BLUE value IS 49 (19.53% from 255) = 11.69%

R = 45.35%
G = 42.96%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BEB431 (or 0xBEB431) is known color: Earls Green. HEX triplet: BE, B4 and 31. RGB value is (190,180,49). Sum of RGB (Red+Green+Blue) = 190+180+49=419 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.35% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 49 (19.53% from 255 or 11.69% from 419); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB431 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB431 is #414BCE. Grayscale: #A8A8A8. Windows color (decimal): -4279247 or 3257534. OLE color: 3257534.

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

Color convert

RGB 190 180 49 -
CMYK 0 0.05 0.74 0.25
HSL 55.74º 0.59% 0.47% -
HSV(B) 55.74º 0.74% 0.75% -
XYZ 38.11 43.81 9.35 -
YUV 168.06 60.81 143.65 -
System Red Green Blue C M Y K H S L
Decimal 190 180 49 0 0.05 0.74 0.25 55.74 0.59 0.47
Hex BE B4 31 0 5 4A 19 38 3B 2F
Octal 276 264 61 0 5 112 31 70 73 57
Binary 10111110 10110100 110001 0 101 1001010 11001 111000 111011 101111

Color Harmonies of #BEB431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB431

Black with #BEB431

Text Example


Text Example

White with #BEB431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB431; }

 p { color: rgb(190,180,49); }

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

background-color css

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

 a { background-color: rgb(190,180,49); }

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

border-color css

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

 span { border-color: rgb(190,180,49); }

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