Html Css Color HEX #949F1C Citron

📋 copy color: '#949F1C'

red 148 ◦ green 159 ◦ blue 28

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

Shades of Citron #949F1C

Tints of Citron #949F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.36%

R = 44.18%
G = 47.46%
B = 8.36%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.82

 K value IS 0.38

RGB Variations

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

Color information

#949F1C (or 0x949F1C) is known color: Citron. HEX triplet: 94, 9F and 1C. RGB value is (148,159,28). Sum of RGB (Red+Green+Blue) = 148+159+28=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 159 (62.5% from 255 or 47.46% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 159 - color contains mainly: green. Hex color #949F1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949F1C is #6B60E3. Grayscale: #8D8D8D. Windows color (decimal): -7037156 or 1875860. OLE color: 1875860.

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

Color convert

RGB 148 159 28 -
CMYK 0.07 0 0.82 0.38
HSL 65.04º 0.7% 0.37% -
HSV(B) 65.04º 0.82% 0.62% -
XYZ 24.82 31.18 5.81 -
YUV 140.78 64.36 133.15 -
System Red Green Blue C M Y K H S L
Decimal 148 159 28 0.07 0 0.82 0.38 65.04 0.7 0.37
Hex 94 9F 1C 7 0 52 26 41 46 25
Octal 224 237 34 7 0 122 46 101 106 45
Binary 10010100 10011111 11100 111 0 1010010 100110 1000001 1000110 100101

Color Harmonies of #949F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949F1C

Black with #949F1C

Text Example


Text Example

White with #949F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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