Html Css Color HEX #95942D Citron

📋 copy color: '#95942D'

red 149 ◦ green 148 ◦ blue 45

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

Shades of Citron #95942D

Tints of Citron #95942D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.27%

 BLUE value IS 45 (17.97% from 255) = 13.16%

R = 43.57%
G = 43.27%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.70

 K value IS 0.42

RGB Variations

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

Color information

#95942D (or 0x95942D) is known color: Citron. HEX triplet: 95, 94 and 2D. RGB value is (149,148,45). Sum of RGB (Red+Green+Blue) = 149+148+45=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 148 (58.20% from 255 or 43.27% from 342); Blue value is 45 (17.97% from 255 or 13.16% from 342); Max value from RGB is 149 - color contains mainly: red. Hex color #95942D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95942D is #6A6BD2. Grayscale: #888888. Windows color (decimal): -6974419 or 2987157. OLE color: 2987157.

HSL color Cylindrical-coordinate representation of color #95942D: hue angle of 59.42º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #95942D is Cyan = 0, Magento = 0.01, Yellow = 0.70 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 148 45 -
CMYK 0 0.01 0.70 0.42
HSL 59.42º 0.54% 0.38% -
HSV(B) 59.42º 0.7% 0.58% -
XYZ 23.46 27.76 6.6 -
YUV 136.56 76.33 136.88 -
System Red Green Blue C M Y K H S L
Decimal 149 148 45 0 0.01 0.70 0.42 59.42 0.54 0.38
Hex 95 94 2D 0 1 46 2A 3B 36 26
Octal 225 224 55 0 1 106 52 73 66 46
Binary 10010101 10010100 101101 0 1 1000110 101010 111011 110110 100110

Color Harmonies of #95942D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95942D

Black with #95942D

Text Example


Text Example

White with #95942D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95942D; }

 p { color: rgb(149,148,45); }

 H1.HeaderClassName
 {
   color: #95942D;
 }
 .AnyTagClassName
 {
   color: #95942D;
 }
</style>

background-color css

<style>
 a { background-color: #95942D; }

 a { background-color: rgb(149,148,45); }

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

border-color css

<style>
 span { border-color: #95942D; }

 span { border-color: rgb(149,148,45); }

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