Html Css Color HEX #97950A Citron

📋 copy color: '#97950A'

red 151 ◦ green 149 ◦ blue 10

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

Shades of Citron #97950A

Tints of Citron #97950A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 48.06%

 BLUE value IS 10 (4.3% from 255) = 3.23%

R = 48.71%
G = 48.06%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#97950A (or 0x97950A) is known color: Citron. HEX triplet: 97, 95 and 0A. RGB value is (151,149,10). Sum of RGB (Red+Green+Blue) = 151+149+10=310 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.71% from 310); Green value is 149 (58.59% from 255 or 48.06% from 310); Blue value is 10 (4.30% from 255 or 3.23% from 310); Max value from RGB is 151 - color contains mainly: red. Hex color #97950A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97950A is #686AF5. Grayscale: #868686. Windows color (decimal): -6843126 or 693655. OLE color: 693655.

HSL color Cylindrical-coordinate representation of color #97950A: hue angle of 59.15º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #97950A is Cyan = 0, Magento = 0.01, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 149 10 -
CMYK 0 0.01 0.93 0.41
HSL 59.15º 0.88% 0.32% -
HSV(B) 59.15º 0.93% 0.59% -
XYZ 23.56 28.1 4.47 -
YUV 133.75 58.16 140.3 -
System Red Green Blue C M Y K H S L
Decimal 151 149 10 0 0.01 0.93 0.41 59.15 0.88 0.32
Hex 97 95 A 0 1 5D 29 3B 58 20
Octal 227 225 12 0 1 135 51 73 130 40
Binary 10010111 10010101 1010 0 1 1011101 101001 111011 1011000 100000

Color Harmonies of #97950A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97950A

Black with #97950A

Text Example


Text Example

White with #97950A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97950A; }

 p { color: rgb(151,149,10); }

 H1.HeaderClassName
 {
   color: #97950A;
 }
 .AnyTagClassName
 {
   color: #97950A;
 }
</style>

background-color css

<style>
 a { background-color: #97950A; }

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

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

border-color css

<style>
 span { border-color: #97950A; }

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

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