Html Css Color HEX #97952C Citron

📋 copy color: '#97952C'

red 151 ◦ green 149 ◦ blue 44

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

Shades of Citron #97952C

Tints of Citron #97952C

RGB

 RED value IS 151 (59.38% from 255) = 43.9%

 GREEN value IS 149 (58.59% from 255) = 43.31%

 BLUE value IS 44 (17.58% from 255) = 12.79%

R = 43.9%
G = 43.31%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#97952C (or 0x97952C) is known color: Citron. HEX triplet: 97, 95 and 2C. RGB value is (151,149,44). Sum of RGB (Red+Green+Blue) = 151+149+44=344 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.90% from 344); Green value is 149 (58.59% from 255 or 43.31% from 344); Blue value is 44 (17.58% from 255 or 12.79% from 344); Max value from RGB is 151 - color contains mainly: red. Hex color #97952C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97952C is #686AD3. Grayscale: #8A8A8A. Windows color (decimal): -6843092 or 2921879. OLE color: 2921879.

HSL color Cylindrical-coordinate representation of color #97952C: hue angle of 58.88º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #97952C is Cyan = 0, Magento = 0.01, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 149 44 -
CMYK 0 0.01 0.71 0.41
HSL 58.88º 0.55% 0.38% -
HSV(B) 58.88º 0.71% 0.59% -
XYZ 23.96 28.26 6.57 -
YUV 137.63 75.16 137.54 -
System Red Green Blue C M Y K H S L
Decimal 151 149 44 0 0.01 0.71 0.41 58.88 0.55 0.38
Hex 97 95 2C 0 1 47 29 3B 37 26
Octal 227 225 54 0 1 107 51 73 67 46
Binary 10010111 10010101 101100 0 1 1000111 101001 111011 110111 100110

Color Harmonies of #97952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97952C

Black with #97952C

Text Example


Text Example

White with #97952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97952C; }

 p { color: rgb(151,149,44); }

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

background-color css

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

 a { background-color: rgb(151,149,44); }

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

border-color css

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

 span { border-color: rgb(151,149,44); }

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