Html Css Color HEX #9C9F1F Citron

📋 copy color: '#9C9F1F'

red 156 ◦ green 159 ◦ blue 31

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

Shades of Citron #9C9F1F

Tints of Citron #9C9F1F

RGB

 RED value IS 156 (61.33% from 255) = 45.09%

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

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

R = 45.09%
G = 45.95%
B = 8.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#9C9F1F (or 0x9C9F1F) is known color: Citron. HEX triplet: 9C, 9F and 1F. RGB value is (156,159,31). Sum of RGB (Red+Green+Blue) = 156+159+31=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 159 (62.5% from 255 or 45.95% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 159 - color contains mainly: green. Hex color #9C9F1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9C9F1F is #6360E0. Grayscale: #909090. Windows color (decimal): -6512865 or 2072476. OLE color: 2072476.

HSL color Cylindrical-coordinate representation of color #9C9F1F: hue angle of 61.41º 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 #9C9F1F is Cyan = 0.02, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB 156 159 31 -
CMYK 0.02 0 0.81 0.38
HSL 61.41º 0.67% 0.37% -
HSV(B) 61.41º 0.81% 0.62% -
XYZ 26.36 31.96 6.08 -
YUV 143.51 64.51 136.91 -
System Red Green Blue C M Y K H S L
Decimal 156 159 31 0.02 0 0.81 0.38 61.41 0.67 0.37
Hex 9C 9F 1F 2 0 51 26 3D 43 25
Octal 234 237 37 2 0 121 46 75 103 45
Binary 10011100 10011111 11111 10 0 1010001 100110 111101 1000011 100101

Color Harmonies of #9C9F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C9F1F

Black with #9C9F1F

Text Example


Text Example

White with #9C9F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C9F1F; }

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

 H1.HeaderClassName
 {
   color: #9C9F1F;
 }
 .AnyTagClassName
 {
   color: #9C9F1F;
 }
</style>

background-color css

<style>
 a { background-color: #9C9F1F; }

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

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

border-color css

<style>
 span { border-color: #9C9F1F; }

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

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