Html Css Color HEX #949E32 Citron

📋 copy color: '#949E32'

red 148 ◦ green 158 ◦ blue 50

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

Shades of Citron #949E32

Tints of Citron #949E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 14.04%

R = 41.57%
G = 44.38%
B = 14.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.68

 K value IS 0.38

RGB Variations

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

Color information

#949E32 (or 0x949E32) is known color: Citron. HEX triplet: 94, 9E and 32. RGB value is (148,158,50). Sum of RGB (Red+Green+Blue) = 148+158+50=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 158 (62.11% from 255 or 44.38% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 158 - color contains mainly: green. Hex color #949E32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949E32 is #6B61CD. Grayscale: #8F8F8F. Windows color (decimal): -7037390 or 3317396. OLE color: 3317396.

HSL color Cylindrical-coordinate representation of color #949E32: hue angle of 65.56º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #949E32 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 158 50 -
CMYK 0.06 0 0.68 0.38
HSL 65.56º 0.52% 0.41% -
HSV(B) 65.56º 0.68% 0.62% -
XYZ 25.02 30.98 7.68 -
YUV 142.7 75.69 131.78 -
System Red Green Blue C M Y K H S L
Decimal 148 158 50 0.06 0 0.68 0.38 65.56 0.52 0.41
Hex 94 9E 32 6 0 44 26 42 34 29
Octal 224 236 62 6 0 104 46 102 64 51
Binary 10010100 10011110 110010 110 0 1000100 100110 1000010 110100 101001

Color Harmonies of #949E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949E32

Black with #949E32

Text Example


Text Example

White with #949E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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