Html Css Color HEX #969324 Citron

📋 copy color: '#969324'

red 150 ◦ green 147 ◦ blue 36

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

Shades of Citron #969324

Tints of Citron #969324

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 10.81%

R = 45.05%
G = 44.14%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.76

 K value IS 0.41

RGB Variations

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

Color information

#969324 (or 0x969324) is known color: Citron. HEX triplet: 96, 93 and 24. RGB value is (150,147,36). Sum of RGB (Red+Green+Blue) = 150+147+36=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 147 (57.81% from 255 or 44.14% from 333); Blue value is 36 (14.45% from 255 or 10.81% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #969324 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969324 is #696CDB. Grayscale: #878787. Windows color (decimal): -6909148 or 2397078. OLE color: 2397078.

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

Color convert

RGB 150 147 36 -
CMYK 0 0.02 0.76 0.41
HSL 58.42º 0.61% 0.36% -
HSV(B) 58.42º 0.76% 0.59% -
XYZ 23.33 27.48 5.74 -
YUV 135.24 71.99 138.53 -
System Red Green Blue C M Y K H S L
Decimal 150 147 36 0 0.02 0.76 0.41 58.42 0.61 0.36
Hex 96 93 24 0 2 4C 29 3A 3D 24
Octal 226 223 44 0 2 114 51 72 75 44
Binary 10010110 10010011 100100 0 10 1001100 101001 111010 111101 100100

Color Harmonies of #969324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969324

Black with #969324

Text Example


Text Example

White with #969324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969324; }

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

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

background-color css

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

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

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

border-color css

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

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

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