Html Css Color HEX #97A619 Citron

📋 copy color: '#97A619'

red 151 ◦ green 166 ◦ blue 25

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

Shades of Citron #97A619

Tints of Citron #97A619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.31%

R = 44.15%
G = 48.54%
B = 7.31%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#97A619 (or 0x97A619) is known color: Citron. HEX triplet: 97, A6 and 19. RGB value is (151,166,25). Sum of RGB (Red+Green+Blue) = 151+166+25=342 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.15% from 342); Green value is 166 (65.23% from 255 or 48.54% from 342); Blue value is 25 (10.16% from 255 or 7.31% from 342); Max value from RGB is 166 - color contains mainly: green. Hex color #97A619 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97A619 is #6859E6. Grayscale: #919191. Windows color (decimal): -6838759 or 1681047. OLE color: 1681047.

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

Color convert

RGB 151 166 25 -
CMYK 0.09 0 0.85 0.35
HSL 66.38º 0.74% 0.37% -
HSV(B) 66.38º 0.85% 0.65% -
XYZ 26.57 33.92 6.07 -
YUV 145.44 60.03 131.96 -
System Red Green Blue C M Y K H S L
Decimal 151 166 25 0.09 0 0.85 0.35 66.38 0.74 0.37
Hex 97 A6 19 9 0 55 23 42 4A 25
Octal 227 246 31 11 0 125 43 102 112 45
Binary 10010111 10100110 11001 1001 0 1010101 100011 1000010 1001010 100101

Color Harmonies of #97A619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A619

Black with #97A619

Text Example


Text Example

White with #97A619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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