Html Css Color HEX #919F1F Citron

📋 copy color: '#919F1F'

red 145 ◦ green 159 ◦ blue 31

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

Shades of Citron #919F1F

Tints of Citron #919F1F

RGB

 RED value IS 145 (57.03% from 255) = 43.28%

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

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

R = 43.28%
G = 47.46%
B = 9.25%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.81

 K value IS 0.38

RGB Variations

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

Color information

#919F1F (or 0x919F1F) is known color: Citron. HEX triplet: 91, 9F and 1F. RGB value is (145,159,31). Sum of RGB (Red+Green+Blue) = 145+159+31=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 159 (62.5% from 255 or 47.46% from 335); Blue value is 31 (12.5% from 255 or 9.25% from 335); Max value from RGB is 159 - color contains mainly: green. Hex color #919F1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #919F1F is #6E60E0. Grayscale: #8C8C8C. Windows color (decimal): -7233761 or 2072465. OLE color: 2072465.

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

Color convert

RGB 145 159 31 -
CMYK 0.09 0 0.81 0.38
HSL 66.56º 0.67% 0.37% -
HSV(B) 66.56º 0.81% 0.62% -
XYZ 24.32 30.91 5.98 -
YUV 140.22 66.36 131.41 -
System Red Green Blue C M Y K H S L
Decimal 145 159 31 0.09 0 0.81 0.38 66.56 0.67 0.37
Hex 91 9F 1F 9 0 51 26 43 43 25
Octal 221 237 37 11 0 121 46 103 103 45
Binary 10010001 10011111 11111 1001 0 1010001 100110 1000011 1000011 100101

Color Harmonies of #919F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #919F1F

Black with #919F1F

Text Example


Text Example

White with #919F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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