Html Css Color HEX #949E1F Citron

📋 copy color: '#949E1F'

red 148 ◦ green 158 ◦ blue 31

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

Shades of Citron #949E1F

Tints of Citron #949E1F

RGB

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

 GREEN value IS 158 (62.11% from 255) = 46.88%

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

R = 43.92%
G = 46.88%
B = 9.2%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.80

 K value IS 0.38

RGB Variations

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

Color information

#949E1F (or 0x949E1F) is known color: Citron. HEX triplet: 94, 9E and 1F. RGB value is (148,158,31). Sum of RGB (Red+Green+Blue) = 148+158+31=337 (44% of max value = 765). Red value is 148 (58.20% from 255 or 43.92% from 337); Green value is 158 (62.11% from 255 or 46.88% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 158 - color contains mainly: green. Hex color #949E1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949E1F is #6B61E0. Grayscale: #8D8D8D. Windows color (decimal): -7037409 or 2072212. OLE color: 2072212.

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

Color convert

RGB 148 158 31 -
CMYK 0.06 0 0.80 0.38
HSL 64.72º 0.67% 0.37% -
HSV(B) 64.72º 0.8% 0.62% -
XYZ 24.69 30.85 5.95 -
YUV 140.53 66.19 133.33 -
System Red Green Blue C M Y K H S L
Decimal 148 158 31 0.06 0 0.80 0.38 64.72 0.67 0.37
Hex 94 9E 1F 6 0 50 26 41 43 25
Octal 224 236 37 6 0 120 46 101 103 45
Binary 10010100 10011110 11111 110 0 1010000 100110 1000001 1000011 100101

Color Harmonies of #949E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949E1F

Black with #949E1F

Text Example


Text Example

White with #949E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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