Html Css Color HEX #97A915 Citrus

📋 copy color: '#97A915'

red 151 ◦ green 169 ◦ blue 21

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

Shades of Citrus #97A915

Tints of Citrus #97A915

RGB

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

 GREEN value IS 169 (66.41% from 255) = 49.56%

 BLUE value IS 21 (8.59% from 255) = 6.16%

R = 44.28%
G = 49.56%
B = 6.16%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#97A915 (or 0x97A915) is known color: Citrus. HEX triplet: 97, A9 and 15. RGB value is (151,169,21). Sum of RGB (Red+Green+Blue) = 151+169+21=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 169 (66.41% from 255 or 49.56% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 169 - color contains mainly: green. Hex color #97A915 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97A915 is #6856EA. Grayscale: #939393. Windows color (decimal): -6837995 or 1419671. OLE color: 1419671.

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

Color convert

RGB 151 169 21 -
CMYK 0.11 0 0.88 0.34
HSL 67.3º 0.78% 0.37% -
HSV(B) 67.3º 0.88% 0.66% -
XYZ 27.09 35.01 6.04 -
YUV 146.75 57.04 131.03 -
System Red Green Blue C M Y K H S L
Decimal 151 169 21 0.11 0 0.88 0.34 67.3 0.78 0.37
Hex 97 A9 15 B 0 58 22 43 4E 25
Octal 227 251 25 13 0 130 42 103 116 45
Binary 10010111 10101001 10101 1011 0 1011000 100010 1000011 1001110 100101

Color Harmonies of #97A915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A915

Black with #97A915

Text Example


Text Example

White with #97A915

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,169,21); }

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

background-color css

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

 a { background-color: rgb(151,169,21); }

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

border-color css

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

 span { border-color: rgb(151,169,21); }

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