#9BA228

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

Shades of Citron #9BA228

Tints of Citron #9BA228

Color information

#9BA228 (or 0x9BA228) is unknown color: approx Citron. HEX triplet: 9B, A2 and 28. RGB value is (155,162,40). Sum of RGB (Red+Green+Blue) = 155+162+40=357 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.42% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 162 - color contains mainly: green. Hex color #9BA228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA228 is #645DD7. Grayscale: #929292. Windows color (decimal): -6577624 or 2663067. OLE color: 2663067.

HSL color Cylindrical-coordinate representation of color #9BA228: hue angle of 63.44º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9BA228 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB15516240-
CMYK0.0400.750.36
HSL63.44º60.4%39.61%-
HSV(B)63.44º75.31%63.53%-
XYZ26.8232.966.96-
YUV14668.18134.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.42%
GREEN value IS 162 (63.67% from 255) = 45.38%
BLUE value IS 40 (16.02% from 255) = 11.20%
R=43.42%
G=45.38%
B=11.20%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal155162400.0400.750.3663.4460.439.61
Hex9BA228404B243f3c28
Octal233242504011344777450
Binary100110111010001010100010001001011100100111111111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,162,40); }

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

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

 a { background-color: rgb(155,162,40); }

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

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

 span { border-color: rgb(155,162,40); }

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