Html Css Color HEX #97A303 Citrus

📋 copy color: '#97A303'

red 151 ◦ green 163 ◦ blue 3

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

Shades of Citrus #97A303

Tints of Citrus #97A303

RGB

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

 GREEN value IS 163 (64.06% from 255) = 51.42%

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

R = 47.63%
G = 51.42%
B = 0.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#97A303 (or 0x97A303) is known color: Citrus. HEX triplet: 97, A3 and 03. RGB value is (151,163,3). Sum of RGB (Red+Green+Blue) = 151+163+3=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 163 (64.06% from 255 or 51.42% from 317); Blue value is 3 (1.56% from 255 or 0.95% from 317); Max value from RGB is 163 - color contains mainly: green. Hex color #97A303 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97A303 is #685CFC. Grayscale: #8D8D8D. Windows color (decimal): -6839549 or 238487. OLE color: 238487.

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

Color convert

RGB 151 163 3 -
CMYK 0.07 0 0.98 0.36
HSL 64.5º 0.96% 0.33% -
HSV(B) 64.5º 0.98% 0.64% -
XYZ 25.88 32.78 5.05 -
YUV 141.17 50.02 135.01 -
System Red Green Blue C M Y K H S L
Decimal 151 163 3 0.07 0 0.98 0.36 64.5 0.96 0.33
Hex 97 A3 3 7 0 62 24 40 60 21
Octal 227 243 3 7 0 142 44 100 140 41
Binary 10010111 10100011 11 111 0 1100010 100100 1000000 1100000 100001

Color Harmonies of #97A303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A303

Black with #97A303

Text Example


Text Example

White with #97A303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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