#969b00

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

Shades of Citrus #969B00

Tints of Citrus #969B00

Color information

#969B00 (or 0x969B00) is unknown color: approx Citrus. HEX triplet: 96, 9B and 00. RGB value is (150,155,0). Sum of RGB (Red+Green+Blue) = 150+155+0=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 155 (60.94% from 255 or 50.82% from 305); Blue value is 0 (0.39% from 255 or 0% from 305); Max value from RGB is 155 - color contains mainly: green. Hex color #969B00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969B00 is #6964FF. Grayscale: #888888. Windows color (decimal): -6907136 or 39830. OLE color: 39830.

HSL color Cylindrical-coordinate representation of color #969B00: hue angle of 61.94º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #969B00 is Cyan = 0.03, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.39.

Color convert

RGB1501550-
CMYK0.03010.39
HSL61.94º100%30.39%-
HSV(B)61.94º100%60.78%-
XYZ24.329.934.5-
YUV135.8451.34138.1-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.18%
GREEN value IS 155 (60.94% from 255) = 50.82%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.18%
G=50.82%
B=0%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15015500.03010.3961.9410030.39
Hex969B03064273e641e
Octal226233030144477614436
Binary100101101001101101101100100100111111110110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969b00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969b00; }

 p { color: rgb(150,155,0); }

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

<style>
 a { background-color: #969b00; }

 a { background-color: rgb(150,155,0); }

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

<style>
 span { border-color: #969b00; }

 span { border-color: rgb(150,155,0); }

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