Html Css Color HEX #95A71F Citron

📋 copy color: '#95A71F'

red 149 ◦ green 167 ◦ blue 31

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

Shades of Citron #95A71F

Tints of Citron #95A71F

RGB

 RED value IS 149 (58.59% from 255) = 42.94%

 GREEN value IS 167 (65.63% from 255) = 48.13%

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

R = 42.94%
G = 48.13%
B = 8.93%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#95A71F (or 0x95A71F) is known color: Citron. HEX triplet: 95, A7 and 1F. RGB value is (149,167,31). Sum of RGB (Red+Green+Blue) = 149+167+31=347 (45% of max value = 765). Red value is 149 (58.59% from 255 or 42.94% from 347); Green value is 167 (65.62% from 255 or 48.13% from 347); Blue value is 31 (12.5% from 255 or 8.93% from 347); Max value from RGB is 167 - color contains mainly: green. Hex color #95A71F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A71F is #6A58E0. Grayscale: #929292. Windows color (decimal): -6969569 or 2074517. OLE color: 2074517.

HSL color Cylindrical-coordinate representation of color #95A71F: hue angle of 67.94º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #95A71F is Cyan = 0.11, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 149 167 31 -
CMYK 0.11 0 0.81 0.35
HSL 67.94º 0.69% 0.39% -
HSV(B) 67.94º 0.81% 0.65% -
XYZ 26.46 34.13 6.49 -
YUV 146.11 63.04 130.06 -
System Red Green Blue C M Y K H S L
Decimal 149 167 31 0.11 0 0.81 0.35 67.94 0.69 0.39
Hex 95 A7 1F B 0 51 23 44 45 27
Octal 225 247 37 13 0 121 43 104 105 47
Binary 10010101 10100111 11111 1011 0 1010001 100011 1000100 1000101 100111

Color Harmonies of #95A71F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A71F

Black with #95A71F

Text Example


Text Example

White with #95A71F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95A71F; }

 p { color: rgb(149,167,31); }

 H1.HeaderClassName
 {
   color: #95A71F;
 }
 .AnyTagClassName
 {
   color: #95A71F;
 }
</style>

background-color css

<style>
 a { background-color: #95A71F; }

 a { background-color: rgb(149,167,31); }

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

border-color css

<style>
 span { border-color: #95A71F; }

 span { border-color: rgb(149,167,31); }

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