#9CA308

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

Shades of Citrus #9CA308

Tints of Citrus #9CA308

Color information

#9CA308 (or 0x9CA308) is unknown color: approx Citrus. HEX triplet: 9C, A3 and 08. RGB value is (156,163,8). Sum of RGB (Red+Green+Blue) = 156+163+8=327 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.71% from 327); Green value is 163 (64.06% from 255 or 49.85% from 327); Blue value is 8 (3.52% from 255 or 2.45% from 327); Max value from RGB is 163 - color contains mainly: green. Hex color #9CA308 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9CA308 is #635CF7. Grayscale: #8F8F8F. Windows color (decimal): -6511864 or 566172. OLE color: 566172.

HSL color Cylindrical-coordinate representation of color #9CA308: hue angle of 62.71º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9CA308 is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.36.

Color convert

RGB1561638-
CMYK0.0400.950.36
HSL62.71º90.64%33.53%-
HSV(B)62.71º95.09%63.92%-
XYZ26.8533.285.24-
YUV143.2451.68137.1-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.71%
GREEN value IS 163 (64.06% from 255) = 49.85%
BLUE value IS 8 (3.52% from 255) = 2.45%
R=47.71%
G=49.85%
B=2.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal15616380.0400.950.3662.7190.6433.53
Hex9CA38405F243f5b22
Octal2342431040137447713342
Binary10011100101000111000100010111111001001111111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CA308

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,163,8); }

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

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

 a { background-color: rgb(156,163,8); }

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

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

 span { border-color: rgb(156,163,8); }

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