Html Css Color HEX #97A027 Citron

📋 copy color: '#97A027'

red 151 ◦ green 160 ◦ blue 39

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

Shades of Citron #97A027

Tints of Citron #97A027

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.71%

 BLUE value IS 39 (15.63% from 255) = 11.14%

R = 43.14%
G = 45.71%
B = 11.14%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#97A027 (or 0x97A027) is known color: Citron. HEX triplet: 97, A0 and 27. RGB value is (151,160,39). Sum of RGB (Red+Green+Blue) = 151+160+39=350 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.14% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 39 (15.62% from 255 or 11.14% from 350); Max value from RGB is 160 - color contains mainly: green. Hex color #97A027 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A027 is #685FD8. Grayscale: #8F8F8F. Windows color (decimal): -6840281 or 2597015. OLE color: 2597015.

HSL color Cylindrical-coordinate representation of color #97A027: hue angle of 64.46º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #97A027 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB 151 160 39 -
CMYK 0.06 0 0.76 0.37
HSL 64.46º 0.61% 0.39% -
HSV(B) 64.46º 0.76% 0.63% -
XYZ 25.7 31.87 6.72 -
YUV 143.52 69.02 133.34 -
System Red Green Blue C M Y K H S L
Decimal 151 160 39 0.06 0 0.76 0.37 64.46 0.61 0.39
Hex 97 A0 27 6 0 4C 25 40 3D 27
Octal 227 240 47 6 0 114 45 100 75 47
Binary 10010111 10100000 100111 110 0 1001100 100101 1000000 111101 100111

Color Harmonies of #97A027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A027

Black with #97A027

Text Example


Text Example

White with #97A027

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,160,39); }

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

background-color css

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

 a { background-color: rgb(151,160,39); }

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

border-color css

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

 span { border-color: rgb(151,160,39); }

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