Html Css Color HEX #949C20 Citron

📋 copy color: '#949C20'

red 148 ◦ green 156 ◦ blue 32

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

Shades of Citron #949C20

Tints of Citron #949C20

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.43%

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

R = 44.05%
G = 46.43%
B = 9.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#949C20 (or 0x949C20) is known color: Citron. HEX triplet: 94, 9C and 20. RGB value is (148,156,32). Sum of RGB (Red+Green+Blue) = 148+156+32=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 156 (61.33% from 255 or 46.43% from 336); Blue value is 32 (12.89% from 255 or 9.52% from 336); Max value from RGB is 156 - color contains mainly: green. Hex color #949C20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949C20 is #6B63DF. Grayscale: #8B8B8B. Windows color (decimal): -7037920 or 2137236. OLE color: 2137236.

HSL color Cylindrical-coordinate representation of color #949C20: hue angle of 63.87º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #949C20 is Cyan = 0.05, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB 148 156 32 -
CMYK 0.05 0 0.79 0.39
HSL 63.87º 0.66% 0.37% -
HSV(B) 63.87º 0.79% 0.61% -
XYZ 24.36 30.18 5.91 -
YUV 139.47 67.35 134.08 -
System Red Green Blue C M Y K H S L
Decimal 148 156 32 0.05 0 0.79 0.39 63.87 0.66 0.37
Hex 94 9C 20 5 0 4F 27 40 42 25
Octal 224 234 40 5 0 117 47 100 102 45
Binary 10010100 10011100 100000 101 0 1001111 100111 1000000 1000010 100101

Color Harmonies of #949C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949C20

Black with #949C20

Text Example


Text Example

White with #949C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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