Html Css Color HEX #949D28 Citron

📋 copy color: '#949D28'

red 148 ◦ green 157 ◦ blue 40

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

Shades of Citron #949D28

Tints of Citron #949D28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.59%

R = 42.9%
G = 45.51%
B = 11.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.75

 K value IS 0.38

RGB Variations

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

Color information

#949D28 (or 0x949D28) is known color: Citron. HEX triplet: 94, 9D and 28. RGB value is (148,157,40). Sum of RGB (Red+Green+Blue) = 148+157+40=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 40 (16.02% from 255 or 11.59% from 345); Max value from RGB is 157 - color contains mainly: green. Hex color #949D28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949D28 is #6B62D7. Grayscale: #8D8D8D. Windows color (decimal): -7037656 or 2661780. OLE color: 2661780.

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

Color convert

RGB 148 157 40 -
CMYK 0.06 0 0.75 0.38
HSL 64.62º 0.59% 0.39% -
HSV(B) 64.62º 0.75% 0.62% -
XYZ 24.65 30.56 6.61 -
YUV 140.97 71.02 133.01 -
System Red Green Blue C M Y K H S L
Decimal 148 157 40 0.06 0 0.75 0.38 64.62 0.59 0.39
Hex 94 9D 28 6 0 4B 26 41 3B 27
Octal 224 235 50 6 0 113 46 101 73 47
Binary 10010100 10011101 101000 110 0 1001011 100110 1000001 111011 100111

Color Harmonies of #949D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949D28

Black with #949D28

Text Example


Text Example

White with #949D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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