Html Css Color HEX #97A121 Citron

📋 copy color: '#97A121'

red 151 ◦ green 161 ◦ blue 33

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

Shades of Citron #97A121

Tints of Citron #97A121

RGB

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

 GREEN value IS 161 (63.28% from 255) = 46.67%

 BLUE value IS 33 (13.28% from 255) = 9.57%

R = 43.77%
G = 46.67%
B = 9.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#97A121 (or 0x97A121) is known color: Citron. HEX triplet: 97, A1 and 21. RGB value is (151,161,33). Sum of RGB (Red+Green+Blue) = 151+161+33=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 33 (13.28% from 255 or 9.57% from 345); Max value from RGB is 161 - color contains mainly: green. Hex color #97A121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A121 is #685EDE. Grayscale: #8F8F8F. Windows color (decimal): -6840031 or 2204055. OLE color: 2204055.

HSL color Cylindrical-coordinate representation of color #97A121: hue angle of 64.69º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #97A121 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 151 161 33 -
CMYK 0.06 0 0.80 0.37
HSL 64.69º 0.66% 0.38% -
HSV(B) 64.69º 0.8% 0.63% -
XYZ 25.78 32.18 6.29 -
YUV 143.42 65.69 133.41 -
System Red Green Blue C M Y K H S L
Decimal 151 161 33 0.06 0 0.80 0.37 64.69 0.66 0.38
Hex 97 A1 21 6 0 50 25 41 42 26
Octal 227 241 41 6 0 120 45 101 102 46
Binary 10010111 10100001 100001 110 0 1010000 100101 1000001 1000010 100110

Color Harmonies of #97A121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A121

Black with #97A121

Text Example


Text Example

White with #97A121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97A121; }

 p { color: rgb(151,161,33); }

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

background-color css

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

 a { background-color: rgb(151,161,33); }

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

border-color css

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

 span { border-color: rgb(151,161,33); }

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