#9BCA07

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

Shades of Citrus #9BCA07

Tints of Citrus #9BCA07

Color information

#9BCA07 (or 0x9BCA07) is unknown color: approx Citrus. HEX triplet: 9B, CA and 07. RGB value is (155,202,7). Sum of RGB (Red+Green+Blue) = 155+202+7=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 202 (79.30% from 255 or 55.49% from 364); Blue value is 7 (3.12% from 255 or 1.92% from 364); Max value from RGB is 202 - color contains mainly: green. Hex color #9BCA07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9BCA07 is #6435F8. Grayscale: #A6A6A6. Windows color (decimal): -6567417 or 510619. OLE color: 510619.

HSL color Cylindrical-coordinate representation of color #9BCA07: hue angle of 74.46º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9BCA07 is Cyan = 0.23, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.

Color convert

RGB1552027-
CMYK0.2300.970.21
HSL74.46º93.3%40.98%-
HSV(B)74.46º96.53%79.22%-
XYZ34.6849.227.87-
YUV165.7238.43120.36-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 42.58%
GREEN value IS 202 (79.30% from 255) = 55.49%
BLUE value IS 7 (3.12% from 255) = 1.92%
R=42.58%
G=55.49%
B=1.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal15520270.2300.970.2174.4693.340.98
Hex9BCA717061154a5d29
Octal23331272701412511213551
Binary100110111100101011110111011000011010110010101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BCA07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,202,7); }

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

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

 a { background-color: rgb(155,202,7); }

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

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

 span { border-color: rgb(155,202,7); }

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