Html Css Color HEX #969323 Citron

📋 copy color: '#969323'

red 150 ◦ green 147 ◦ blue 35

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

Shades of Citron #969323

Tints of Citron #969323

RGB

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

 GREEN value IS 147 (57.81% from 255) = 44.28%

 BLUE value IS 35 (14.06% from 255) = 10.54%

R = 45.18%
G = 44.28%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.77

 K value IS 0.41

RGB Variations

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

Color information

#969323 (or 0x969323) is known color: Citron. HEX triplet: 96, 93 and 23. RGB value is (150,147,35). Sum of RGB (Red+Green+Blue) = 150+147+35=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 147 (57.81% from 255 or 44.28% from 332); Blue value is 35 (14.06% from 255 or 10.54% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #969323 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969323 is #696CDC. Grayscale: #878787. Windows color (decimal): -6909149 or 2331542. OLE color: 2331542.

HSL color Cylindrical-coordinate representation of color #969323: hue angle of 58.43º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #969323 is Cyan = 0, Magento = 0.02, Yellow = 0.77 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 147 35 -
CMYK 0 0.02 0.77 0.41
HSL 58.43º 0.62% 0.36% -
HSV(B) 58.43º 0.77% 0.59% -
XYZ 23.31 27.47 5.66 -
YUV 135.13 71.49 138.61 -
System Red Green Blue C M Y K H S L
Decimal 150 147 35 0 0.02 0.77 0.41 58.43 0.62 0.36
Hex 96 93 23 0 2 4D 29 3A 3E 24
Octal 226 223 43 0 2 115 51 72 76 44
Binary 10010110 10010011 100011 0 10 1001101 101001 111010 111110 100100

Color Harmonies of #969323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969323

Black with #969323

Text Example


Text Example

White with #969323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969323; }

 p { color: rgb(150,147,35); }

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

background-color css

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

 a { background-color: rgb(150,147,35); }

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

border-color css

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

 span { border-color: rgb(150,147,35); }

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