Html Css Color HEX #97A628 Citron

📋 copy color: '#97A628'

red 151 ◦ green 166 ◦ blue 40

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

Shades of Citron #97A628

Tints of Citron #97A628

RGB

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

 GREEN value IS 166 (65.23% from 255) = 46.5%

 BLUE value IS 40 (16.02% from 255) = 11.2%

R = 42.3%
G = 46.5%
B = 11.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#97A628 (or 0x97A628) is known color: Citron. HEX triplet: 97, A6 and 28. RGB value is (151,166,40). Sum of RGB (Red+Green+Blue) = 151+166+40=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 166 (65.23% from 255 or 46.50% from 357); Blue value is 40 (16.02% from 255 or 11.20% from 357); Max value from RGB is 166 - color contains mainly: green. Hex color #97A628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A628 is #6859D7. Grayscale: #939393. Windows color (decimal): -6838744 or 2664087. OLE color: 2664087.

HSL color Cylindrical-coordinate representation of color #97A628: hue angle of 67.14º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #97A628 is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB 151 166 40 -
CMYK 0.09 0 0.76 0.35
HSL 67.14º 0.61% 0.4% -
HSV(B) 67.14º 0.76% 0.65% -
XYZ 26.78 34 7.16 -
YUV 147.15 67.53 130.75 -
System Red Green Blue C M Y K H S L
Decimal 151 166 40 0.09 0 0.76 0.35 67.14 0.61 0.4
Hex 97 A6 28 9 0 4C 23 43 3D 28
Octal 227 246 50 11 0 114 43 103 75 50
Binary 10010111 10100110 101000 1001 0 1001100 100011 1000011 111101 101000

Color Harmonies of #97A628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A628

Black with #97A628

Text Example


Text Example

White with #97A628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,166,40); }

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

background-color css

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

 a { background-color: rgb(151,166,40); }

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

border-color css

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

 span { border-color: rgb(151,166,40); }

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