Html Css Color HEX #949E20 Citron

📋 copy color: '#949E20'

red 148 ◦ green 158 ◦ blue 32

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

Shades of Citron #949E20

Tints of Citron #949E20

RGB

 RED value IS 148 (58.2% from 255) = 43.79%

 GREEN value IS 158 (62.11% from 255) = 46.75%

 BLUE value IS 32 (12.89% from 255) = 9.47%

R = 43.79%
G = 46.75%
B = 9.47%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#949E20 (or 0x949E20) is known color: Citron. HEX triplet: 94, 9E and 20. RGB value is (148,158,32). Sum of RGB (Red+Green+Blue) = 148+158+32=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 158 (62.11% from 255 or 46.75% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 158 - color contains mainly: green. Hex color #949E20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949E20 is #6B61DF. Grayscale: #8D8D8D. Windows color (decimal): -7037408 or 2137748. OLE color: 2137748.

HSL color Cylindrical-coordinate representation of color #949E20: hue angle of 64.76º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #949E20 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 158 32 -
CMYK 0.06 0 0.80 0.38
HSL 64.76º 0.66% 0.37% -
HSV(B) 64.76º 0.8% 0.62% -
XYZ 24.7 30.85 6.02 -
YUV 140.65 66.69 133.25 -
System Red Green Blue C M Y K H S L
Decimal 148 158 32 0.06 0 0.80 0.38 64.76 0.66 0.37
Hex 94 9E 20 6 0 50 26 41 42 25
Octal 224 236 40 6 0 120 46 101 102 45
Binary 10010100 10011110 100000 110 0 1010000 100110 1000001 1000010 100101

Color Harmonies of #949E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949E20

Black with #949E20

Text Example


Text Example

White with #949E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949E20; }

 p { color: rgb(148,158,32); }

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

background-color css

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

 a { background-color: rgb(148,158,32); }

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

border-color css

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

 span { border-color: rgb(148,158,32); }

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