Html Css Color HEX #959C01 Citrus

📋 copy color: '#959C01'

red 149 ◦ green 156 ◦ blue 1

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

Shades of Citrus #959C01

Tints of Citrus #959C01

RGB

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

 GREEN value IS 156 (61.33% from 255) = 50.98%

 BLUE value IS 1 (0.78% from 255) = 0.33%

R = 48.69%
G = 50.98%
B = 0.33%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#959C01 (or 0x959C01) is known color: Citrus. HEX triplet: 95, 9C and 01. RGB value is (149,156,1). Sum of RGB (Red+Green+Blue) = 149+156+1=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 156 (61.33% from 255 or 50.98% from 306); Blue value is 1 (0.78% from 255 or 0.33% from 306); Max value from RGB is 156 - color contains mainly: green. Hex color #959C01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959C01 is #6A63FE. Grayscale: #888888. Windows color (decimal): -6972415 or 105621. OLE color: 105621.

HSL color Cylindrical-coordinate representation of color #959C01: hue angle of 62.71º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #959C01 is Cyan = 0.04, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 156 1 -
CMYK 0.04 0 0.99 0.39
HSL 62.71º 0.99% 0.31% -
HSV(B) 62.71º 0.99% 0.61% -
XYZ 24.29 30.17 4.57 -
YUV 136.24 51.68 137.1 -
System Red Green Blue C M Y K H S L
Decimal 149 156 1 0.04 0 0.99 0.39 62.71 0.99 0.31
Hex 95 9C 1 4 0 63 27 3F 63 1F
Octal 225 234 1 4 0 143 47 77 143 37
Binary 10010101 10011100 1 100 0 1100011 100111 111111 1100011 11111

Color Harmonies of #959C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959C01

Black with #959C01

Text Example


Text Example

White with #959C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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