#9BA625

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

Shades of Citron #9BA625

Tints of Citron #9BA625

Color information

#9BA625 (or 0x9BA625) is unknown color: approx Citron. HEX triplet: 9B, A6 and 25. RGB value is (155,166,37). Sum of RGB (Red+Green+Blue) = 155+166+37=358 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.30% from 358); Green value is 166 (65.23% from 255 or 46.37% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 166 - color contains mainly: green. Hex color #9BA625 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA625 is #6459DA. Grayscale: #949494. Windows color (decimal): -6576603 or 2467483. OLE color: 2467483.

HSL color Cylindrical-coordinate representation of color #9BA625: hue angle of 65.12º degrees, saturation: 0.64, 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 #9BA625 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.35.

Color convert

RGB15516637-
CMYK0.0700.780.35
HSL65.12º63.55%39.8%-
HSV(B)65.12º77.71%65.1%-
XYZ27.4934.376.94-
YUV14865.36132.99-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.30%
GREEN value IS 166 (65.23% from 255) = 46.37%
BLUE value IS 37 (14.84% from 255) = 10.34%
R=43.30%
G=46.37%
B=10.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal155166370.0700.780.3565.1263.5539.8
Hex9BA625704E23414028
Octal23324645701164310110050
Binary10011011101001101001011110100111010001110000011000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,166,37); }

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

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

 a { background-color: rgb(155,166,37); }

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

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

 span { border-color: rgb(155,166,37); }

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