Html Css Color HEX #959B00 Citrus

📋 copy color: '#959B00'

red 149 ◦ green 155 ◦ blue 0

#959B00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #959B00

Tints of Citrus #959B00

RGB

 RED value IS 149 (58.59% from 255) = 49.01%

 GREEN value IS 155 (60.94% from 255) = 50.99%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.01%
G = 50.99%
B = 0%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1

 K value IS 0.39

RGB Variations

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

Color information

#959B00 (or 0x959B00) is known color: Citrus. HEX triplet: 95, 9B and 00. RGB value is (149,155,0). Sum of RGB (Red+Green+Blue) = 149+155+0=304 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.01% from 304); Green value is 155 (60.94% from 255 or 50.99% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 155 - color contains mainly: green. Hex color #959B00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959B00 is #6A64FF. Grayscale: #888888. Windows color (decimal): -6972672 or 39829. OLE color: 39829.

HSL color Cylindrical-coordinate representation of color #959B00: hue angle of 62.32º 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 #959B00 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 155 0 -
CMYK 0.04 0 1 0.39
HSL 62.32º 1% 0.3% -
HSV(B) 62.32º 1% 0.61% -
XYZ 24.12 29.83 4.49 -
YUV 135.54 51.51 137.6 -
System Red Green Blue C M Y K H S L
Decimal 149 155 0 0.04 0 1 0.39 62.32 1 0.3
Hex 95 9B 0 4 0 64 27 3E 64 1E
Octal 225 233 0 4 0 144 47 76 144 36
Binary 10010101 10011011 0 100 0 1100100 100111 111110 1100100 11110

Color Harmonies of #959B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959B00

Black with #959B00

Text Example


Text Example

White with #959B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959B00; }

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

 H1.HeaderClassName
 {
   color: #959B00;
 }
 .AnyTagClassName
 {
   color: #959B00;
 }
</style>

background-color css

<style>
 a { background-color: #959B00; }

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

 div.DivClassName
 {
   background-color: #959B00;
 }
 .BgClassName
 {
   background-color: #959B00;
 }
</style>

border-color css

<style>
 span { border-color: #959B00; }

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

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