#9BA702

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

Shades of Citrus #9BA702

Tints of Citrus #9BA702

Color information

#9BA702 (or 0x9BA702) is unknown color: approx Citrus. HEX triplet: 9B, A7 and 02. RGB value is (155,167,2). Sum of RGB (Red+Green+Blue) = 155+167+2=324 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.84% from 324); Green value is 167 (65.62% from 255 or 51.54% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 167 - color contains mainly: green. Hex color #9BA702 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9BA702 is #6458FD. Grayscale: #919191. Windows color (decimal): -6576382 or 173979. OLE color: 173979.

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

Color convert

RGB1551672-
CMYK0.0700.990.35
HSL64.36º97.63%33.14%-
HSV(B)64.36º98.8%65.49%-
XYZ27.3534.615.3-
YUV144.647.52135.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 47.84%
GREEN value IS 167 (65.62% from 255) = 51.54%
BLUE value IS 2 (1.17% from 255) = 0.62%
R=47.84%
G=51.54%
B=0.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal15516720.0700.990.3564.3697.6333.14
Hex9BA72706323406221
Octal2332472701434310014241
Binary1001101110100111101110110001110001110000001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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