Html Css Color HEX #949F19 Citron

📋 copy color: '#949F19'

red 148 ◦ green 159 ◦ blue 25

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

Shades of Citron #949F19

Tints of Citron #949F19

RGB

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

 GREEN value IS 159 (62.5% from 255) = 47.89%

 BLUE value IS 25 (10.16% from 255) = 7.53%

R = 44.58%
G = 47.89%
B = 7.53%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.84

 K value IS 0.38

RGB Variations

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

Color information

#949F19 (or 0x949F19) is known color: Citron. HEX triplet: 94, 9F and 19. RGB value is (148,159,25). Sum of RGB (Red+Green+Blue) = 148+159+25=332 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.58% from 332); Green value is 159 (62.5% from 255 or 47.89% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 159 - color contains mainly: green. Hex color #949F19 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949F19 is #6B60E6. Grayscale: #8C8C8C. Windows color (decimal): -7037159 or 1679252. OLE color: 1679252.

HSL color Cylindrical-coordinate representation of color #949F19: hue angle of 64.93º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #949F19 is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 159 25 -
CMYK 0.07 0 0.84 0.38
HSL 64.93º 0.73% 0.36% -
HSV(B) 64.93º 0.84% 0.62% -
XYZ 24.79 31.16 5.63 -
YUV 140.44 62.86 133.4 -
System Red Green Blue C M Y K H S L
Decimal 148 159 25 0.07 0 0.84 0.38 64.93 0.73 0.36
Hex 94 9F 19 7 0 54 26 41 49 24
Octal 224 237 31 7 0 124 46 101 111 44
Binary 10010100 10011111 11001 111 0 1010100 100110 1000001 1001001 100100

Color Harmonies of #949F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949F19

Black with #949F19

Text Example


Text Example

White with #949F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,159,25); }

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

background-color css

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

 a { background-color: rgb(148,159,25); }

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

border-color css

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

 span { border-color: rgb(148,159,25); }

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