Html Css Color HEX #95A613 Citron

📋 copy color: '#95A613'

red 149 ◦ green 166 ◦ blue 19

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

Shades of Citron #95A613

Tints of Citron #95A613

RGB

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

 GREEN value IS 166 (65.23% from 255) = 49.7%

 BLUE value IS 19 (7.81% from 255) = 5.69%

R = 44.61%
G = 49.7%
B = 5.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#95A613 (or 0x95A613) is known color: Citron. HEX triplet: 95, A6 and 13. RGB value is (149,166,19). Sum of RGB (Red+Green+Blue) = 149+166+19=334 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.61% from 334); Green value is 166 (65.23% from 255 or 49.70% from 334); Blue value is 19 (7.81% from 255 or 5.69% from 334); Max value from RGB is 166 - color contains mainly: green. Hex color #95A613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95A613 is #6A59EC. Grayscale: #909090. Windows color (decimal): -6969837 or 1287829. OLE color: 1287829.

HSL color Cylindrical-coordinate representation of color #95A613: hue angle of 66.94º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #95A613 is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 149 166 19 -
CMYK 0.10 0 0.89 0.35
HSL 66.94º 0.79% 0.36% -
HSV(B) 66.94º 0.89% 0.65% -
XYZ 26.15 33.71 5.74 -
YUV 144.16 57.37 131.45 -
System Red Green Blue C M Y K H S L
Decimal 149 166 19 0.10 0 0.89 0.35 66.94 0.79 0.36
Hex 95 A6 13 A 0 59 23 43 4F 24
Octal 225 246 23 12 0 131 43 103 117 44
Binary 10010101 10100110 10011 1010 0 1011001 100011 1000011 1001111 100100

Color Harmonies of #95A613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A613

Black with #95A613

Text Example


Text Example

White with #95A613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,166,19); }

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

background-color css

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

 a { background-color: rgb(149,166,19); }

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

border-color css

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

 span { border-color: rgb(149,166,19); }

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