Html Css Color HEX #97A820 Citron

📋 copy color: '#97A820'

red 151 ◦ green 168 ◦ blue 32

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

Shades of Citron #97A820

Tints of Citron #97A820

RGB

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

 GREEN value IS 168 (66.02% from 255) = 47.86%

 BLUE value IS 32 (12.89% from 255) = 9.12%

R = 43.02%
G = 47.86%
B = 9.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.81

 K value IS 0.34

RGB Variations

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

Color information

#97A820 (or 0x97A820) is known color: Citron. HEX triplet: 97, A8 and 20. RGB value is (151,168,32). Sum of RGB (Red+Green+Blue) = 151+168+32=351 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.02% from 351); Green value is 168 (66.02% from 255 or 47.86% from 351); Blue value is 32 (12.89% from 255 or 9.12% from 351); Max value from RGB is 168 - color contains mainly: green. Hex color #97A820 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A820 is #6857DF. Grayscale: #939393. Windows color (decimal): -6838240 or 2140311. OLE color: 2140311.

HSL color Cylindrical-coordinate representation of color #97A820: hue angle of 67.5º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #97A820 is Cyan = 0.10, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.34.

Color convert

RGB 151 168 32 -
CMYK 0.10 0 0.81 0.34
HSL 67.5º 0.68% 0.39% -
HSV(B) 67.5º 0.81% 0.66% -
XYZ 27.03 34.69 6.64 -
YUV 147.41 62.87 130.56 -
System Red Green Blue C M Y K H S L
Decimal 151 168 32 0.10 0 0.81 0.34 67.5 0.68 0.39
Hex 97 A8 20 A 0 51 22 44 44 27
Octal 227 250 40 12 0 121 42 104 104 47
Binary 10010111 10101000 100000 1010 0 1010001 100010 1000100 1000100 100111

Color Harmonies of #97A820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A820

Black with #97A820

Text Example


Text Example

White with #97A820

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,168,32); }

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

background-color css

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

 a { background-color: rgb(151,168,32); }

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

border-color css

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

 span { border-color: rgb(151,168,32); }

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