Html Css Color HEX #95901A Citron

📋 copy color: '#95901A'

red 149 ◦ green 144 ◦ blue 26

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

Shades of Citron #95901A

Tints of Citron #95901A

RGB

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

 GREEN value IS 144 (56.64% from 255) = 45.14%

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

R = 46.71%
G = 45.14%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#95901A (or 0x95901A) is known color: Citron. HEX triplet: 95, 90 and 1A. RGB value is (149,144,26). Sum of RGB (Red+Green+Blue) = 149+144+26=319 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.71% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 26 (10.55% from 255 or 8.15% from 319); Max value from RGB is 149 - color contains mainly: red. Hex color #95901A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95901A is #6A6FE5. Grayscale: #848484. Windows color (decimal): -6975462 or 1740949. OLE color: 1740949.

HSL color Cylindrical-coordinate representation of color #95901A: hue angle of 57.56º 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 #95901A is Cyan = 0, Magento = 0.03, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 144 26 -
CMYK 0 0.03 0.83 0.42
HSL 57.56º 0.7% 0.34% -
HSV(B) 57.56º 0.83% 0.58% -
XYZ 22.55 26.41 4.89 -
YUV 132.04 68.16 140.09 -
System Red Green Blue C M Y K H S L
Decimal 149 144 26 0 0.03 0.83 0.42 57.56 0.7 0.34
Hex 95 90 1A 0 3 53 2A 3A 46 22
Octal 225 220 32 0 3 123 52 72 106 42
Binary 10010101 10010000 11010 0 11 1010011 101010 111010 1000110 100010

Color Harmonies of #95901A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95901A

Black with #95901A

Text Example


Text Example

White with #95901A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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