Html Css Color HEX #969705 Citron

📋 copy color: '#969705'

red 150 ◦ green 151 ◦ blue 5

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

Shades of Citron #969705

Tints of Citron #969705

RGB

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

 GREEN value IS 151 (59.38% from 255) = 49.35%

 BLUE value IS 5 (2.34% from 255) = 1.63%

R = 49.02%
G = 49.35%
B = 1.63%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#969705 (or 0x969705) is known color: Citron. HEX triplet: 96, 97 and 05. RGB value is (150,151,5). Sum of RGB (Red+Green+Blue) = 150+151+5=306 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.02% from 306); Green value is 151 (59.38% from 255 or 49.35% from 306); Blue value is 5 (2.34% from 255 or 1.63% from 306); Max value from RGB is 151 - color contains mainly: green. Hex color #969705 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #969705 is #6968FA. Grayscale: #868686. Windows color (decimal): -6908155 or 366486. OLE color: 366486.

HSL color Cylindrical-coordinate representation of color #969705: hue angle of 60.41º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #969705 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 151 5 -
CMYK 0.01 0 0.97 0.41
HSL 60.41º 0.94% 0.31% -
HSV(B) 60.41º 0.97% 0.59% -
XYZ 23.67 28.63 4.42 -
YUV 134.06 55.17 139.37 -
System Red Green Blue C M Y K H S L
Decimal 150 151 5 0.01 0 0.97 0.41 60.41 0.94 0.31
Hex 96 97 5 1 0 61 29 3C 5E 1F
Octal 226 227 5 1 0 141 51 74 136 37
Binary 10010110 10010111 101 1 0 1100001 101001 111100 1011110 11111

Color Harmonies of #969705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969705

Black with #969705

Text Example


Text Example

White with #969705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969705; }

 p { color: rgb(150,151,5); }

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

background-color css

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

 a { background-color: rgb(150,151,5); }

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

border-color css

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

 span { border-color: rgb(150,151,5); }

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