Html Css Color HEX #97A825 Citron

📋 copy color: '#97A825'

red 151 ◦ green 168 ◦ blue 37

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

Shades of Citron #97A825

Tints of Citron #97A825

RGB

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

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

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

R = 42.42%
G = 47.19%
B = 10.39%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#97A825 (or 0x97A825) is known color: Citron. HEX triplet: 97, A8 and 25. RGB value is (151,168,37). Sum of RGB (Red+Green+Blue) = 151+168+37=356 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.42% from 356); Green value is 168 (66.02% from 255 or 47.19% from 356); Blue value is 37 (14.84% from 255 or 10.39% from 356); Max value from RGB is 168 - color contains mainly: green. Hex color #97A825 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A825 is #6857DA. Grayscale: #949494. Windows color (decimal): -6838235 or 2467991. OLE color: 2467991.

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

Color convert

RGB 151 168 37 -
CMYK 0.10 0 0.78 0.34
HSL 67.79º 0.64% 0.4% -
HSV(B) 67.79º 0.78% 0.66% -
XYZ 27.1 34.72 7.02 -
YUV 147.98 65.37 130.15 -
System Red Green Blue C M Y K H S L
Decimal 151 168 37 0.10 0 0.78 0.34 67.79 0.64 0.4
Hex 97 A8 25 A 0 4E 22 44 40 28
Octal 227 250 45 12 0 116 42 104 100 50
Binary 10010111 10101000 100101 1010 0 1001110 100010 1000100 1000000 101000

Color Harmonies of #97A825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A825

Black with #97A825

Text Example


Text Example

White with #97A825

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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