Html Css Color HEX #95911D Citron

📋 copy color: '#95911D'

red 149 ◦ green 145 ◦ blue 29

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

Shades of Citron #95911D

Tints of Citron #95911D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.89%

 BLUE value IS 29 (11.72% from 255) = 8.98%

R = 46.13%
G = 44.89%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#95911D (or 0x95911D) is known color: Citron. HEX triplet: 95, 91 and 1D. RGB value is (149,145,29). Sum of RGB (Red+Green+Blue) = 149+145+29=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 145 (57.03% from 255 or 44.89% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #95911D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95911D is #6A6EE2. Grayscale: #858585. Windows color (decimal): -6975203 or 1937813. OLE color: 1937813.

HSL color Cylindrical-coordinate representation of color #95911D: hue angle of 58º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #95911D is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 145 29 -
CMYK 0 0.03 0.81 0.42
HSL 58º 0.67% 0.35% -
HSV(B) 58º 0.81% 0.58% -
XYZ 22.74 26.73 5.12 -
YUV 132.97 69.33 139.43 -
System Red Green Blue C M Y K H S L
Decimal 149 145 29 0 0.03 0.81 0.42 58 0.67 0.35
Hex 95 91 1D 0 3 51 2A 3A 43 23
Octal 225 221 35 0 3 121 52 72 103 43
Binary 10010101 10010001 11101 0 11 1010001 101010 111010 1000011 100011

Color Harmonies of #95911D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95911D

Black with #95911D

Text Example


Text Example

White with #95911D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,145,29); }

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

background-color css

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

 a { background-color: rgb(149,145,29); }

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

border-color css

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

 span { border-color: rgb(149,145,29); }

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