#9BA402

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

Shades of Citrus #9BA402

Tints of Citrus #9BA402

Color information

#9BA402 (or 0x9BA402) is unknown color: approx Citrus. HEX triplet: 9B, A4 and 02. RGB value is (155,164,2). Sum of RGB (Red+Green+Blue) = 155+164+2=321 (42% of max value = 765). Red value is 155 (60.94% from 255 or 48.29% from 321); Green value is 164 (64.45% from 255 or 51.09% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 164 - color contains mainly: green. Hex color #9BA402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA402 is #645BFD. Grayscale: #8F8F8F. Windows color (decimal): -6577150 or 173211. OLE color: 173211.

HSL color Cylindrical-coordinate representation of color #9BA402: hue angle of 63.33º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9BA402 is Cyan = 0.05, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB1551642-
CMYK0.0500.990.36
HSL63.33º97.59%32.55%-
HSV(B)63.33º98.78%64.31%-
XYZ26.833.525.12-
YUV142.8448.52136.67-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 48.29%
GREEN value IS 164 (64.45% from 255) = 51.09%
BLUE value IS 2 (1.17% from 255) = 0.62%
R=48.29%
G=51.09%
B=0.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal15516420.0500.990.3663.3397.5932.55
Hex9BA425063243f6221
Octal233244250143447714241
Binary100110111010010010101011000111001001111111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,164,2); }

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

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

 a { background-color: rgb(155,164,2); }

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

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

 span { border-color: rgb(155,164,2); }

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