#9CBA01

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

Shades of Citrus #9CBA01

Tints of Citrus #9CBA01

Color information

#9CBA01 (or 0x9CBA01) is unknown color: approx Citrus. HEX triplet: 9C, BA and 01. RGB value is (156,186,1). Sum of RGB (Red+Green+Blue) = 156+186+1=343 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.48% from 343); Green value is 186 (73.05% from 255 or 54.23% from 343); Blue value is 1 (0.78% from 255 or 0.29% from 343); Max value from RGB is 186 - color contains mainly: green. Hex color #9CBA01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9CBA01 is #6345FE. Grayscale: #9C9C9C. Windows color (decimal): -6505983 or 113308. OLE color: 113308.

HSL color Cylindrical-coordinate representation of color #9CBA01: hue angle of 69.73º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9CBA01 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB1561861-
CMYK0.1600.990.27
HSL69.73º98.93%36.67%-
HSV(B)69.73º99.46%72.94%-
XYZ31.2742.196.52-
YUV155.9440.56128.04-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 45.48%
GREEN value IS 186 (73.05% from 255) = 54.23%
BLUE value IS 1 (0.78% from 255) = 0.29%
R=45.48%
G=54.23%
B=0.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15618610.1600.990.2769.7398.9336.67
Hex9CBA1100631B466325
Octal23427212001433310614345
Binary1001110010111010110000011000111101110001101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CBA01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,186,1); }

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

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

 a { background-color: rgb(156,186,1); }

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

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

 span { border-color: rgb(156,186,1); }

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