Html Css Color HEX #BEBA2E Earls Green

📋 copy color: '#BEBA2E'

red 190 ◦ green 186 ◦ blue 46

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

Shades of Earls Green #BEBA2E

Tints of Earls Green #BEBA2E

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.08%

 BLUE value IS 46 (18.36% from 255) = 10.9%

R = 45.02%
G = 44.08%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#BEBA2E (or 0xBEBA2E) is known color: Earls Green. HEX triplet: BE, BA and 2E. RGB value is (190,186,46). Sum of RGB (Red+Green+Blue) = 190+186+46=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 46 (18.36% from 255 or 10.90% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBA2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBA2E is #4145D1. Grayscale: #ABABAB. Windows color (decimal): -4277714 or 3062462. OLE color: 3062462.

HSL color Cylindrical-coordinate representation of color #BEBA2E: hue angle of 58.33º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BEBA2E is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 186 46 -
CMYK 0 0.02 0.76 0.25
HSL 58.33º 0.61% 0.46% -
HSV(B) 58.33º 0.76% 0.75% -
XYZ 39.29 46.26 9.44 -
YUV 171.24 57.33 141.38 -
System Red Green Blue C M Y K H S L
Decimal 190 186 46 0 0.02 0.76 0.25 58.33 0.61 0.46
Hex BE BA 2E 0 2 4C 19 3A 3D 2E
Octal 276 272 56 0 2 114 31 72 75 56
Binary 10111110 10111010 101110 0 10 1001100 11001 111010 111101 101110

Color Harmonies of #BEBA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBA2E

Black with #BEBA2E

Text Example


Text Example

White with #BEBA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBA2E; }

 p { color: rgb(190,186,46); }

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

background-color css

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

 a { background-color: rgb(190,186,46); }

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

border-color css

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

 span { border-color: rgb(190,186,46); }

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