Html Css Color HEX #BEB322 Earls Green

📋 copy color: '#BEB322'

red 190 ◦ green 179 ◦ blue 34

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

Shades of Earls Green #BEB322

Tints of Earls Green #BEB322

RGB

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

 GREEN value IS 179 (70.31% from 255) = 44.42%

 BLUE value IS 34 (13.67% from 255) = 8.44%

R = 47.15%
G = 44.42%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#BEB322 (or 0xBEB322) is known color: Earls Green. HEX triplet: BE, B3 and 22. RGB value is (190,179,34). Sum of RGB (Red+Green+Blue) = 190+179+34=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 179 (70.31% from 255 or 44.42% from 403); Blue value is 34 (13.67% from 255 or 8.44% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB322 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEB322 is #414CDD. Grayscale: #A6A6A6. Windows color (decimal): -4279518 or 2274238. OLE color: 2274238.

HSL color Cylindrical-coordinate representation of color #BEB322: hue angle of 55.77º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BEB322 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 179 34 -
CMYK 0 0.06 0.82 0.25
HSL 55.77º 0.7% 0.44% -
HSV(B) 55.77º 0.82% 0.75% -
XYZ 37.64 43.3 7.89 -
YUV 165.76 53.64 145.29 -
System Red Green Blue C M Y K H S L
Decimal 190 179 34 0 0.06 0.82 0.25 55.77 0.7 0.44
Hex BE B3 22 0 6 52 19 38 46 2C
Octal 276 263 42 0 6 122 31 70 106 54
Binary 10111110 10110011 100010 0 110 1010010 11001 111000 1000110 101100

Color Harmonies of #BEB322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB322

Black with #BEB322

Text Example


Text Example

White with #BEB322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB322; }

 p { color: rgb(190,179,34); }

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

background-color css

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

 a { background-color: rgb(190,179,34); }

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

border-color css

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

 span { border-color: rgb(190,179,34); }

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