Html Css Color HEX #95A32C Citron

📋 copy color: '#95A32C'

red 149 ◦ green 163 ◦ blue 44

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

Shades of Citron #95A32C

Tints of Citron #95A32C

RGB

 RED value IS 149 (58.59% from 255) = 41.85%

 GREEN value IS 163 (64.06% from 255) = 45.79%

 BLUE value IS 44 (17.58% from 255) = 12.36%

R = 41.85%
G = 45.79%
B = 12.36%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#95A32C (or 0x95A32C) is known color: Citron. HEX triplet: 95, A3 and 2C. RGB value is (149,163,44). Sum of RGB (Red+Green+Blue) = 149+163+44=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 163 (64.06% from 255 or 45.79% from 356); Blue value is 44 (17.58% from 255 or 12.36% from 356); Max value from RGB is 163 - color contains mainly: green. Hex color #95A32C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95A32C is #6A5CD3. Grayscale: #919191. Windows color (decimal): -6970580 or 2925461. OLE color: 2925461.

HSL color Cylindrical-coordinate representation of color #95A32C: hue angle of 67.06º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #95A32C is Cyan = 0.09, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 149 163 44 -
CMYK 0.09 0 0.73 0.36
HSL 67.06º 0.57% 0.41% -
HSV(B) 67.06º 0.73% 0.64% -
XYZ 25.95 32.77 7.34 -
YUV 145.25 70.86 130.68 -
System Red Green Blue C M Y K H S L
Decimal 149 163 44 0.09 0 0.73 0.36 67.06 0.57 0.41
Hex 95 A3 2C 9 0 49 24 43 39 29
Octal 225 243 54 11 0 111 44 103 71 51
Binary 10010101 10100011 101100 1001 0 1001001 100100 1000011 111001 101001

Color Harmonies of #95A32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A32C

Black with #95A32C

Text Example


Text Example

White with #95A32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95A32C; }

 p { color: rgb(149,163,44); }

 H1.HeaderClassName
 {
   color: #95A32C;
 }
 .AnyTagClassName
 {
   color: #95A32C;
 }
</style>

background-color css

<style>
 a { background-color: #95A32C; }

 a { background-color: rgb(149,163,44); }

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

border-color css

<style>
 span { border-color: #95A32C; }

 span { border-color: rgb(149,163,44); }

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