Html Css Color HEX #949D33 Citron

📋 copy color: '#949D33'

red 148 ◦ green 157 ◦ blue 51

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

Shades of Citron #949D33

Tints of Citron #949D33

RGB

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

 GREEN value IS 157 (61.72% from 255) = 44.1%

 BLUE value IS 51 (20.31% from 255) = 14.33%

R = 41.57%
G = 44.1%
B = 14.33%

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

#949D33 (or 0x949D33) is known color: Citron. HEX triplet: 94, 9D and 33. RGB value is (148,157,51). Sum of RGB (Red+Green+Blue) = 148+157+51=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 157 (61.72% from 255 or 44.10% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 157 - color contains mainly: green. Hex color #949D33 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949D33 is #6B62CC. Grayscale: #8E8E8E. Windows color (decimal): -7037645 or 3382676. OLE color: 3382676.

HSL color Cylindrical-coordinate representation of color #949D33: hue angle of 65.09º degrees, saturation: 0.51, 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 #949D33 is Cyan = 0.06, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 157 51 -
CMYK 0.06 0 0.68 0.38
HSL 65.09º 0.51% 0.41% -
HSV(B) 65.09º 0.68% 0.62% -
XYZ 24.87 30.65 7.74 -
YUV 142.23 76.52 132.12 -
System Red Green Blue C M Y K H S L
Decimal 148 157 51 0.06 0 0.68 0.38 65.09 0.51 0.41
Hex 94 9D 33 6 0 44 26 41 33 29
Octal 224 235 63 6 0 104 46 101 63 51
Binary 10010100 10011101 110011 110 0 1000100 100110 1000001 110011 101001

Color Harmonies of #949D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949D33

Black with #949D33

Text Example


Text Example

White with #949D33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,157,51); }

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

background-color css

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

 a { background-color: rgb(148,157,51); }

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

border-color css

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

 span { border-color: rgb(148,157,51); }

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