Html Css Color HEX #97972B Citron

📋 copy color: '#97972B'

red 151 ◦ green 151 ◦ blue 43

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

Shades of Citron #97972B

Tints of Citron #97972B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.77%

 BLUE value IS 43 (17.19% from 255) = 12.46%

R = 43.77%
G = 43.77%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.72

 K value IS 0.41

RGB Variations

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

Color information

#97972B (or 0x97972B) is known color: Citron. HEX triplet: 97, 97 and 2B. RGB value is (151,151,43). Sum of RGB (Red+Green+Blue) = 151+151+43=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 151 (59.38% from 255 or 43.77% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 151 - color contains mainly: red, green. Hex color #97972B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #97972B is #6868D4. Grayscale: #8B8B8B. Windows color (decimal): -6842581 or 2856855. OLE color: 2856855.

HSL color Cylindrical-coordinate representation of color #97972B: hue angle of 60º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #97972B is Cyan = 0, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 151 43 -
CMYK 0 0 0.72 0.41
HSL 60º 0.56% 0.38% -
HSV(B) 60º 0.72% 0.59% -
XYZ 24.27 28.89 6.58 -
YUV 138.69 74 136.78 -
System Red Green Blue C M Y K H S L
Decimal 151 151 43 0 0 0.72 0.41 60 0.56 0.38
Hex 97 97 2B 0 0 48 29 3C 38 26
Octal 227 227 53 0 0 110 51 74 70 46
Binary 10010111 10010111 101011 0 0 1001000 101001 111100 111000 100110

Color Harmonies of #97972B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97972B

Black with #97972B

Text Example


Text Example

White with #97972B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97972B; }

 p { color: rgb(151,151,43); }

 H1.HeaderClassName
 {
   color: #97972B;
 }
 .AnyTagClassName
 {
   color: #97972B;
 }
</style>

background-color css

<style>
 a { background-color: #97972B; }

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

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

border-color css

<style>
 span { border-color: #97972B; }

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

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