Html Css Color HEX #BEB222 Earls Green

📋 copy color: '#BEB222'

red 190 ◦ green 178 ◦ blue 34

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

Shades of Earls Green #BEB222

Tints of Earls Green #BEB222

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.28%

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

R = 47.26%
G = 44.28%
B = 8.46%

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

#BEB222 (or 0xBEB222) is known color: Earls Green. HEX triplet: BE, B2 and 22. RGB value is (190,178,34). Sum of RGB (Red+Green+Blue) = 190+178+34=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 178 (69.92% from 255 or 44.28% from 402); Blue value is 34 (13.67% from 255 or 8.46% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BEB222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BEB222 is #414DDD. Grayscale: #A5A5A5. Windows color (decimal): -4279774 or 2273982. OLE color: 2273982.

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

Color convert

RGB 190 178 34 -
CMYK 0 0.06 0.82 0.25
HSL 55.38º 0.7% 0.44% -
HSV(B) 55.38º 0.82% 0.75% -
XYZ 37.44 42.9 7.82 -
YUV 165.17 53.98 145.71 -
System Red Green Blue C M Y K H S L
Decimal 190 178 34 0 0.06 0.82 0.25 55.38 0.7 0.44
Hex BE B2 22 0 6 52 19 37 46 2C
Octal 276 262 42 0 6 122 31 67 106 54
Binary 10111110 10110010 100010 0 110 1010010 11001 110111 1000110 101100

Color Harmonies of #BEB222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB222

Black with #BEB222

Text Example


Text Example

White with #BEB222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB222; }

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

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

background-color css

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

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

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

border-color css

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

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

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