Html Css Color HEX #97A603 Citrus

📋 copy color: '#97A603'

red 151 ◦ green 166 ◦ blue 3

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

Shades of Citrus #97A603

Tints of Citrus #97A603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.94%

R = 47.19%
G = 51.88%
B = 0.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.35

RGB Variations

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

Color information

#97A603 (or 0x97A603) is known color: Citrus. HEX triplet: 97, A6 and 03. RGB value is (151,166,3). Sum of RGB (Red+Green+Blue) = 151+166+3=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 166 (65.23% from 255 or 51.88% from 320); Blue value is 3 (1.56% from 255 or 0.94% from 320); Max value from RGB is 166 - color contains mainly: green. Hex color #97A603 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97A603 is #6859FC. Grayscale: #8F8F8F. Windows color (decimal): -6838781 or 239255. OLE color: 239255.

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

Color convert

RGB 151 166 3 -
CMYK 0.09 0 0.98 0.35
HSL 65.52º 0.96% 0.33% -
HSV(B) 65.52º 0.98% 0.65% -
XYZ 26.42 33.86 5.23 -
YUV 142.93 49.03 133.75 -
System Red Green Blue C M Y K H S L
Decimal 151 166 3 0.09 0 0.98 0.35 65.52 0.96 0.33
Hex 97 A6 3 9 0 62 23 42 60 21
Octal 227 246 3 11 0 142 43 102 140 41
Binary 10010111 10100110 11 1001 0 1100010 100011 1000010 1100000 100001

Color Harmonies of #97A603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A603

Black with #97A603

Text Example


Text Example

White with #97A603

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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