Html Css Color HEX #949F13 Citron

📋 copy color: '#949F13'

red 148 ◦ green 159 ◦ blue 19

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

Shades of Citron #949F13

Tints of Citron #949F13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.83%

R = 45.4%
G = 48.77%
B = 5.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#949F13 (or 0x949F13) is known color: Citron. HEX triplet: 94, 9F and 13. RGB value is (148,159,19). Sum of RGB (Red+Green+Blue) = 148+159+19=326 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.40% from 326); Green value is 159 (62.5% from 255 or 48.77% from 326); Blue value is 19 (7.81% from 255 or 5.83% from 326); Max value from RGB is 159 - color contains mainly: green. Hex color #949F13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #949F13 is #6B60EC. Grayscale: #8C8C8C. Windows color (decimal): -7037165 or 1286036. OLE color: 1286036.

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

Color convert

RGB 148 159 19 -
CMYK 0.07 0 0.88 0.38
HSL 64.71º 0.79% 0.35% -
HSV(B) 64.71º 0.88% 0.62% -
XYZ 24.73 31.14 5.32 -
YUV 139.75 59.86 133.88 -
System Red Green Blue C M Y K H S L
Decimal 148 159 19 0.07 0 0.88 0.38 64.71 0.79 0.35
Hex 94 9F 13 7 0 58 26 41 4F 23
Octal 224 237 23 7 0 130 46 101 117 43
Binary 10010100 10011111 10011 111 0 1011000 100110 1000001 1001111 100011

Color Harmonies of #949F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949F13

Black with #949F13

Text Example


Text Example

White with #949F13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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