#9DA525

Color #9DA525 Citron (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citron #9DA525

Tints of Citron #9DA525

Color information

#9DA525 (or 0x9DA525) is unknown color: approx Citron. HEX triplet: 9D, A5 and 25. RGB value is (157,165,37). Sum of RGB (Red+Green+Blue) = 157+165+37=359 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.73% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 37 (14.84% from 255 or 10.31% from 359); Max value from RGB is 165 - color contains mainly: green. Hex color #9DA525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA525 is #625ADA. Grayscale: #949494. Windows color (decimal): -6445787 or 2467229. OLE color: 2467229.

HSL color Cylindrical-coordinate representation of color #9DA525: hue angle of 63.75º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9DA525 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB15716537-
CMYK0.0500.780.35
HSL63.75º63.37%39.61%-
HSV(B)63.75º77.58%64.71%-
XYZ27.6934.216.89-
YUV148.0265.35134.41-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 43.73%
GREEN value IS 165 (64.84% from 255) = 45.96%
BLUE value IS 37 (14.84% from 255) = 10.31%
R=43.73%
G=45.96%
B=10.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal157165370.0500.780.3563.7563.3739.61
Hex9DA525504E23403f28
Octal2352454550116431007750
Binary1001110110100101100101101010011101000111000000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,165,37); }

 H1.HeaderClassName
 {
   color: #9DA525;
 }
 .AnyTagClassName
 {
   color: #9DA525;
 }
</style>
background-color css

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

 a { background-color: rgb(157,165,37); }

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

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

 span { border-color: rgb(157,165,37); }

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