#9BC702

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

Shades of Citrus #9BC702

Tints of Citrus #9BC702

Color information

#9BC702 (or 0x9BC702) is unknown color: approx Citrus. HEX triplet: 9B, C7 and 02. RGB value is (155,199,2). Sum of RGB (Red+Green+Blue) = 155+199+2=356 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.54% from 356); Green value is 199 (78.12% from 255 or 55.90% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 199 - color contains mainly: green. Hex color #9BC702 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BC702 is #6438FD. Grayscale: #A4A4A4. Windows color (decimal): -6568190 or 182171. OLE color: 182171.

HSL color Cylindrical-coordinate representation of color #9BC702: hue angle of 73.4º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9BC702 is Cyan = 0.22, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB1551992-
CMYK0.2200.990.22
HSL73.4º98.01%39.41%-
HSV(B)73.4º98.99%78.04%-
XYZ33.9547.827.5-
YUV163.3936.92122.02-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 43.54%
GREEN value IS 199 (78.12% from 255) = 55.90%
BLUE value IS 2 (1.17% from 255) = 0.56%
R=43.54%
G=55.90%
B=0.56%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal15519920.2200.990.2273.498.0139.41
Hex9BC721606316496227
Octal23330722601432611114247
Binary10011011110001111010110011000111011010010011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BC702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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