Html Css Color HEX #97A62D Citron

📋 copy color: '#97A62D'

red 151 ◦ green 166 ◦ blue 45

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

Shades of Citron #97A62D

Tints of Citron #97A62D

RGB

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

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

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

R = 41.71%
G = 45.86%
B = 12.43%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#97A62D (or 0x97A62D) is known color: Citron. HEX triplet: 97, A6 and 2D. RGB value is (151,166,45). Sum of RGB (Red+Green+Blue) = 151+166+45=362 (47% of max value = 765). Red value is 151 (59.38% from 255 or 41.71% from 362); Green value is 166 (65.23% from 255 or 45.86% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 166 - color contains mainly: green. Hex color #97A62D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97A62D is #6859D2. Grayscale: #949494. Windows color (decimal): -6838739 or 2991767. OLE color: 2991767.

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

Color convert

RGB 151 166 45 -
CMYK 0.09 0 0.73 0.35
HSL 67.44º 0.57% 0.41% -
HSV(B) 67.44º 0.73% 0.65% -
XYZ 26.87 34.04 7.64 -
YUV 147.72 70.03 130.34 -
System Red Green Blue C M Y K H S L
Decimal 151 166 45 0.09 0 0.73 0.35 67.44 0.57 0.41
Hex 97 A6 2D 9 0 49 23 43 39 29
Octal 227 246 55 11 0 111 43 103 71 51
Binary 10010111 10100110 101101 1001 0 1001001 100011 1000011 111001 101001

Color Harmonies of #97A62D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97A62D

Black with #97A62D

Text Example


Text Example

White with #97A62D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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