Html Css Color HEX #9A952A Citron

📋 copy color: '#9A952A'

red 154 ◦ green 149 ◦ blue 42

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

Shades of Citron #9A952A

Tints of Citron #9A952A

RGB

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

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

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

R = 44.64%
G = 43.19%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.73

 K value IS 0.40

RGB Variations

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

Color information

#9A952A (or 0x9A952A) is known color: Citron. HEX triplet: 9A, 95 and 2A. RGB value is (154,149,42). Sum of RGB (Red+Green+Blue) = 154+149+42=345 (45% of max value = 765). Red value is 154 (60.55% from 255 or 44.64% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 154 - color contains mainly: red. Hex color #9A952A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9A952A is #656AD5. Grayscale: #8A8A8A. Windows color (decimal): -6646486 or 2790810. OLE color: 2790810.

HSL color Cylindrical-coordinate representation of color #9A952A: hue angle of 57.32º 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 #9A952A is Cyan = 0, Magento = 0.03, Yellow = 0.73 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 149 42 -
CMYK 0 0.03 0.73 0.40
HSL 57.32º 0.57% 0.38% -
HSV(B) 57.32º 0.73% 0.6% -
XYZ 24.49 28.53 6.41 -
YUV 138.3 73.66 139.2 -
System Red Green Blue C M Y K H S L
Decimal 154 149 42 0 0.03 0.73 0.40 57.32 0.57 0.38
Hex 9A 95 2A 0 3 49 28 39 39 26
Octal 232 225 52 0 3 111 50 71 71 46
Binary 10011010 10010101 101010 0 11 1001001 101000 111001 111001 100110

Color Harmonies of #9A952A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A952A

Black with #9A952A

Text Example


Text Example

White with #9A952A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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