Html Css Color HEX #95941A Citron

📋 copy color: '#95941A'

red 149 ◦ green 148 ◦ blue 26

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

Shades of Citron #95941A

Tints of Citron #95941A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.05%

R = 46.13%
G = 45.82%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#95941A (or 0x95941A) is known color: Citron. HEX triplet: 95, 94 and 1A. RGB value is (149,148,26). Sum of RGB (Red+Green+Blue) = 149+148+26=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 148 (58.20% from 255 or 45.82% from 323); Blue value is 26 (10.55% from 255 or 8.05% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #95941A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95941A is #6A6BE5. Grayscale: #868686. Windows color (decimal): -6974438 or 1741973. OLE color: 1741973.

HSL color Cylindrical-coordinate representation of color #95941A: hue angle of 59.51º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #95941A is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 148 26 -
CMYK 0 0.01 0.83 0.42
HSL 59.51º 0.7% 0.34% -
HSV(B) 59.51º 0.83% 0.58% -
XYZ 23.17 27.64 5.09 -
YUV 134.39 66.83 138.42 -
System Red Green Blue C M Y K H S L
Decimal 149 148 26 0 0.01 0.83 0.42 59.51 0.7 0.34
Hex 95 94 1A 0 1 53 2A 3C 46 22
Octal 225 224 32 0 1 123 52 74 106 42
Binary 10010101 10010100 11010 0 1 1010011 101010 111100 1000110 100010

Color Harmonies of #95941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95941A

Black with #95941A

Text Example


Text Example

White with #95941A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95941A; }

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

 H1.HeaderClassName
 {
   color: #95941A;
 }
 .AnyTagClassName
 {
   color: #95941A;
 }
</style>

background-color css

<style>
 a { background-color: #95941A; }

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

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

border-color css

<style>
 span { border-color: #95941A; }

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

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