Html Css Color HEX #BEBB2E Earls Green

📋 copy color: '#BEBB2E'

red 190 ◦ green 187 ◦ blue 46

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

Shades of Earls Green #BEBB2E

Tints of Earls Green #BEBB2E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 44.21%

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

R = 44.92%
G = 44.21%
B = 10.87%

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

#BEBB2E (or 0xBEBB2E) is known color: Earls Green. HEX triplet: BE, BB and 2E. RGB value is (190,187,46). Sum of RGB (Red+Green+Blue) = 190+187+46=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 187 (73.44% from 255 or 44.21% from 423); Blue value is 46 (18.36% from 255 or 10.87% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBB2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBB2E is #4144D1. Grayscale: #ACACAC. Windows color (decimal): -4277458 or 3062718. OLE color: 3062718.

HSL color Cylindrical-coordinate representation of color #BEBB2E: hue angle of 58.75º 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 #BEBB2E is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 187 46 -
CMYK 0 0.02 0.76 0.25
HSL 58.75º 0.61% 0.46% -
HSV(B) 58.75º 0.76% 0.75% -
XYZ 39.5 46.69 9.51 -
YUV 171.82 56.99 140.96 -
System Red Green Blue C M Y K H S L
Decimal 190 187 46 0 0.02 0.76 0.25 58.75 0.61 0.46
Hex BE BB 2E 0 2 4C 19 3B 3D 2E
Octal 276 273 56 0 2 114 31 73 75 56
Binary 10111110 10111011 101110 0 10 1001100 11001 111011 111101 101110

Color Harmonies of #BEBB2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBB2E

Black with #BEBB2E

Text Example


Text Example

White with #BEBB2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBB2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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