Html Css Color HEX #969325 Citron

📋 copy color: '#969325'

red 150 ◦ green 147 ◦ blue 37

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

Shades of Citron #969325

Tints of Citron #969325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.08%

R = 44.91%
G = 44.01%
B = 11.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.75

 K value IS 0.41

RGB Variations

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

Color information

#969325 (or 0x969325) is known color: Citron. HEX triplet: 96, 93 and 25. RGB value is (150,147,37). Sum of RGB (Red+Green+Blue) = 150+147+37=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 147 (57.81% from 255 or 44.01% from 334); Blue value is 37 (14.84% from 255 or 11.08% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #969325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #969325 is #696CDA. Grayscale: #878787. Windows color (decimal): -6909147 or 2462614. OLE color: 2462614.

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

Color convert

RGB 150 147 37 -
CMYK 0 0.02 0.75 0.41
HSL 58.41º 0.6% 0.37% -
HSV(B) 58.41º 0.75% 0.59% -
XYZ 23.35 27.49 5.82 -
YUV 135.36 72.49 138.44 -
System Red Green Blue C M Y K H S L
Decimal 150 147 37 0 0.02 0.75 0.41 58.41 0.6 0.37
Hex 96 93 25 0 2 4B 29 3A 3C 25
Octal 226 223 45 0 2 113 51 72 74 45
Binary 10010110 10010011 100101 0 10 1001011 101001 111010 111100 100101

Color Harmonies of #969325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969325

Black with #969325

Text Example


Text Example

White with #969325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969325; }

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

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

background-color css

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

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

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

border-color css

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

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

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