Html Css Color HEX #969C01 Citrus

📋 copy color: '#969C01'

red 150 ◦ green 156 ◦ blue 1

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

Shades of Citrus #969C01

Tints of Citrus #969C01

RGB

 RED value IS 150 (58.98% from 255) = 48.86%

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

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

R = 48.86%
G = 50.81%
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

#969C01 (or 0x969C01) is known color: Citrus. HEX triplet: 96, 9C and 01. RGB value is (150,156,1). Sum of RGB (Red+Green+Blue) = 150+156+1=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 156 (61.33% from 255 or 50.81% from 307); Blue value is 1 (0.78% from 255 or 0.33% from 307); Max value from RGB is 156 - color contains mainly: green. Hex color #969C01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969C01 is #6963FE. Grayscale: #898989. Windows color (decimal): -6906879 or 105622. OLE color: 105622.

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

Color convert

RGB 150 156 1 -
CMYK 0.04 0 0.99 0.39
HSL 62.32º 0.99% 0.31% -
HSV(B) 62.32º 0.99% 0.61% -
XYZ 24.47 30.26 4.58 -
YUV 136.54 51.51 137.6 -
System Red Green Blue C M Y K H S L
Decimal 150 156 1 0.04 0 0.99 0.39 62.32 0.99 0.31
Hex 96 9C 1 4 0 63 27 3E 63 1F
Octal 226 234 1 4 0 143 47 76 143 37
Binary 10010110 10011100 1 100 0 1100011 100111 111110 1100011 11111

Color Harmonies of #969C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969C01

Black with #969C01

Text Example


Text Example

White with #969C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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