Html Css Color HEX #97A12D Citron

📋 copy color: '#97A12D'

red 151 ◦ green 161 ◦ blue 45

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

Shades of Citron #97A12D

Tints of Citron #97A12D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 45.1%

 BLUE value IS 45 (17.97% from 255) = 12.61%

R = 42.3%
G = 45.1%
B = 12.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.72

 K value IS 0.37

RGB Variations

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

Color information

#97A12D (or 0x97A12D) is known color: Citron. HEX triplet: 97, A1 and 2D. RGB value is (151,161,45). Sum of RGB (Red+Green+Blue) = 151+161+45=357 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.30% from 357); Green value is 161 (63.28% from 255 or 45.10% from 357); Blue value is 45 (17.97% from 255 or 12.61% from 357); Max value from RGB is 161 - color contains mainly: green. Hex color #97A12D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A12D is #685ED2. Grayscale: #919191. Windows color (decimal): -6840019 or 2990487. OLE color: 2990487.

HSL color Cylindrical-coordinate representation of color #97A12D: hue angle of 65.17º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #97A12D is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.

Color convert

RGB 151 161 45 -
CMYK 0.06 0 0.72 0.37
HSL 65.17º 0.56% 0.4% -
HSV(B) 65.17º 0.72% 0.63% -
XYZ 25.98 32.26 7.34 -
YUV 144.79 71.69 132.43 -
System Red Green Blue C M Y K H S L
Decimal 151 161 45 0.06 0 0.72 0.37 65.17 0.56 0.4
Hex 97 A1 2D 6 0 48 25 41 38 28
Octal 227 241 55 6 0 110 45 101 70 50
Binary 10010111 10100001 101101 110 0 1001000 100101 1000001 111000 101000

Color Harmonies of #97A12D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A12D

Black with #97A12D

Text Example


Text Example

White with #97A12D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,161,45); }

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

background-color css

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

 a { background-color: rgb(151,161,45); }

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

border-color css

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

 span { border-color: rgb(151,161,45); }

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