Html Css Color HEX #97990C Citron

📋 copy color: '#97990C'

red 151 ◦ green 153 ◦ blue 12

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

Shades of Citron #97990C

Tints of Citron #97990C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.42%

 BLUE value IS 12 (5.08% from 255) = 3.8%

R = 47.78%
G = 48.42%
B = 3.8%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#97990C (or 0x97990C) is known color: Citron. HEX triplet: 97, 99 and 0C. RGB value is (151,153,12). Sum of RGB (Red+Green+Blue) = 151+153+12=316 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.78% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #97990C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #97990C is #6866F3. Grayscale: #888888. Windows color (decimal): -6842100 or 825751. OLE color: 825751.

HSL color Cylindrical-coordinate representation of color #97990C: hue angle of 60.85º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #97990C is Cyan = 0.01, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 151 153 12 -
CMYK 0.01 0 0.92 0.4
HSL 60.85º 0.85% 0.32% -
HSV(B) 60.85º 0.92% 0.6% -
XYZ 24.22 29.39 4.74 -
YUV 136.33 57.84 138.46 -
System Red Green Blue C M Y K H S L
Decimal 151 153 12 0.01 0 0.92 0.4 60.85 0.85 0.32
Hex 97 99 C 1 0 5C 28 3D 55 20
Octal 227 231 14 1 0 134 50 75 125 40
Binary 10010111 10011001 1100 1 0 1011100 101000 111101 1010101 100000

Color Harmonies of #97990C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97990C

Black with #97990C

Text Example


Text Example

White with #97990C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97990C; }

 p { color: rgb(151,153,12); }

 H1.HeaderClassName
 {
   color: #97990C;
 }
 .AnyTagClassName
 {
   color: #97990C;
 }
</style>

background-color css

<style>
 a { background-color: #97990C; }

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

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

border-color css

<style>
 span { border-color: #97990C; }

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

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