Html Css Color HEX #9A972A Citron

📋 copy color: '#9A972A'

red 154 ◦ green 151 ◦ blue 42

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

Shades of Citron #9A972A

Tints of Citron #9A972A

RGB

 RED value IS 154 (60.55% from 255) = 44.38%

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

 BLUE value IS 42 (16.8% from 255) = 12.1%

R = 44.38%
G = 43.52%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#9A972A (or 0x9A972A) is known color: Citron. HEX triplet: 9A, 97 and 2A. RGB value is (154,151,42). Sum of RGB (Red+Green+Blue) = 154+151+42=347 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.38% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 42 (16.80% from 255 or 12.10% from 347); Max value from RGB is 154 - color contains mainly: red. Hex color #9A972A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A972A is #6568D5. Grayscale: #8B8B8B. Windows color (decimal): -6645974 or 2791322. OLE color: 2791322.

HSL color Cylindrical-coordinate representation of color #9A972A: hue angle of 58.39º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A972A is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 151 42 -
CMYK 0 0.02 0.73 0.40
HSL 58.39º 0.57% 0.38% -
HSV(B) 58.39º 0.73% 0.6% -
XYZ 24.81 29.17 6.51 -
YUV 139.47 72.99 138.36 -
System Red Green Blue C M Y K H S L
Decimal 154 151 42 0 0.02 0.73 0.40 58.39 0.57 0.38
Hex 9A 97 2A 0 2 49 28 3A 39 26
Octal 232 227 52 0 2 111 50 72 71 46
Binary 10011010 10010111 101010 0 10 1001001 101000 111010 111001 100110

Color Harmonies of #9A972A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A972A

Black with #9A972A

Text Example


Text Example

White with #9A972A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A972A; }

 p { color: rgb(154,151,42); }

 H1.HeaderClassName
 {
   color: #9A972A;
 }
 .AnyTagClassName
 {
   color: #9A972A;
 }
</style>

background-color css

<style>
 a { background-color: #9A972A; }

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

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

border-color css

<style>
 span { border-color: #9A972A; }

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

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