#9BA028

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

Shades of Citron #9BA028

Tints of Citron #9BA028

Color information

#9BA028 (or 0x9BA028) is unknown color: approx Citron. HEX triplet: 9B, A0 and 28. RGB value is (155,160,40). Sum of RGB (Red+Green+Blue) = 155+160+40=355 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.66% from 355); Green value is 160 (62.89% from 255 or 45.07% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 160 - color contains mainly: green. Hex color #9BA028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9BA028 is #645FD7. Grayscale: #919191. Windows color (decimal): -6578136 or 2662555. OLE color: 2662555.

HSL color Cylindrical-coordinate representation of color #9BA028: hue angle of 62.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9BA028 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB15516040-
CMYK0.0300.750.37
HSL62.5º60%39.22%-
HSV(B)62.5º75%62.75%-
XYZ26.4732.266.84-
YUV144.8268.84135.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.66%
GREEN value IS 160 (62.89% from 255) = 45.07%
BLUE value IS 40 (16.02% from 255) = 11.27%
R=43.66%
G=45.07%
B=11.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal155160400.0300.750.3762.56039.22
Hex9BA028304B253e3c27
Octal233240503011345767447
Binary10011011101000001010001101001011100101111110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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