Html Css Color HEX #969902 Citron

📋 copy color: '#969902'

red 150 ◦ green 153 ◦ blue 2

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

Shades of Citron #969902

Tints of Citron #969902

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.16%

 BLUE value IS 2 (1.17% from 255) = 0.66%

R = 49.18%
G = 50.16%
B = 0.66%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.4

RGB Variations

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

Color information

#969902 (or 0x969902) is known color: Citron. HEX triplet: 96, 99 and 02. RGB value is (150,153,2). Sum of RGB (Red+Green+Blue) = 150+153+2=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 2 (1.17% from 255 or 0.66% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #969902 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969902 is #6966FD. Grayscale: #878787. Windows color (decimal): -6907646 or 170390. OLE color: 170390.

HSL color Cylindrical-coordinate representation of color #969902: hue angle of 61.19º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #969902 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 153 2 -
CMYK 0.02 0 0.99 0.4
HSL 61.19º 0.97% 0.3% -
HSV(B) 61.19º 0.99% 0.6% -
XYZ 23.98 29.27 4.44 -
YUV 134.89 53.01 138.78 -
System Red Green Blue C M Y K H S L
Decimal 150 153 2 0.02 0 0.99 0.4 61.19 0.97 0.3
Hex 96 99 2 2 0 63 28 3D 61 1E
Octal 226 231 2 2 0 143 50 75 141 36
Binary 10010110 10011001 10 10 0 1100011 101000 111101 1100001 11110

Color Harmonies of #969902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969902

Black with #969902

Text Example


Text Example

White with #969902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969902; }

 p { color: rgb(150,153,2); }

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

background-color css

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

 a { background-color: rgb(150,153,2); }

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

border-color css

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

 span { border-color: rgb(150,153,2); }

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