Html Css Color HEX #95A517 Citron

📋 copy color: '#95A517'

red 149 ◦ green 165 ◦ blue 23

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

Shades of Citron #95A517

Tints of Citron #95A517

RGB

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

 GREEN value IS 165 (64.84% from 255) = 48.96%

 BLUE value IS 23 (9.38% from 255) = 6.82%

R = 44.21%
G = 48.96%
B = 6.82%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#95A517 (or 0x95A517) is known color: Citron. HEX triplet: 95, A5 and 17. RGB value is (149,165,23). Sum of RGB (Red+Green+Blue) = 149+165+23=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 165 (64.84% from 255 or 48.96% from 337); Blue value is 23 (9.38% from 255 or 6.82% from 337); Max value from RGB is 165 - color contains mainly: green. Hex color #95A517 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95A517 is #6A5AE8. Grayscale: #909090. Windows color (decimal): -6970089 or 1549717. OLE color: 1549717.

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

Color convert

RGB 149 165 23 -
CMYK 0.10 0 0.86 0.35
HSL 66.76º 0.76% 0.37% -
HSV(B) 66.76º 0.86% 0.65% -
XYZ 26 33.36 5.88 -
YUV 144.03 59.7 131.55 -
System Red Green Blue C M Y K H S L
Decimal 149 165 23 0.10 0 0.86 0.35 66.76 0.76 0.37
Hex 95 A5 17 A 0 56 23 43 4C 25
Octal 225 245 27 12 0 126 43 103 114 45
Binary 10010101 10100101 10111 1010 0 1010110 100011 1000011 1001100 100101

Color Harmonies of #95A517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A517

Black with #95A517

Text Example


Text Example

White with #95A517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,165,23); }

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

background-color css

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

 a { background-color: rgb(149,165,23); }

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

border-color css

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

 span { border-color: rgb(149,165,23); }

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