Html Css Color HEX #949F1F Citron

📋 copy color: '#949F1F'

red 148 ◦ green 159 ◦ blue 31

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

Shades of Citron #949F1F

Tints of Citron #949F1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.17%

R = 43.79%
G = 47.04%
B = 9.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#949F1F (or 0x949F1F) is known color: Citron. HEX triplet: 94, 9F and 1F. RGB value is (148,159,31). Sum of RGB (Red+Green+Blue) = 148+159+31=338 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.79% from 338); Green value is 159 (62.5% from 255 or 47.04% from 338); Blue value is 31 (12.5% from 255 or 9.17% from 338); Max value from RGB is 159 - color contains mainly: green. Hex color #949F1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949F1F is #6B60E0. Grayscale: #8D8D8D. Windows color (decimal): -7037153 or 2072468. OLE color: 2072468.

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

Color convert

RGB 148 159 31 -
CMYK 0.07 0 0.81 0.38
HSL 65.16º 0.67% 0.37% -
HSV(B) 65.16º 0.81% 0.62% -
XYZ 24.86 31.19 6.01 -
YUV 141.12 65.86 132.91 -
System Red Green Blue C M Y K H S L
Decimal 148 159 31 0.07 0 0.81 0.38 65.16 0.67 0.37
Hex 94 9F 1F 7 0 51 26 41 43 25
Octal 224 237 37 7 0 121 46 101 103 45
Binary 10010100 10011111 11111 111 0 1010001 100110 1000001 1000011 100101

Color Harmonies of #949F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949F1F

Black with #949F1F

Text Example


Text Example

White with #949F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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