Html Css Color HEX #95901C Citron

📋 copy color: '#95901C'

red 149 ◦ green 144 ◦ blue 28

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

Shades of Citron #95901C

Tints of Citron #95901C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.72%

R = 46.42%
G = 44.86%
B = 8.72%

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

#95901C (or 0x95901C) is known color: Citron. HEX triplet: 95, 90 and 1C. RGB value is (149,144,28). Sum of RGB (Red+Green+Blue) = 149+144+28=321 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.42% from 321); Green value is 144 (56.64% from 255 or 44.86% from 321); Blue value is 28 (11.33% from 255 or 8.72% from 321); Max value from RGB is 149 - color contains mainly: red. Hex color #95901C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #95901C is #6A6FE3. Grayscale: #848484. Windows color (decimal): -6975460 or 1872021. OLE color: 1872021.

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

Color convert

RGB 149 144 28 -
CMYK 0 0.03 0.81 0.42
HSL 57.52º 0.68% 0.35% -
HSV(B) 57.52º 0.81% 0.58% -
XYZ 22.58 26.42 5.01 -
YUV 132.27 69.16 139.93 -
System Red Green Blue C M Y K H S L
Decimal 149 144 28 0 0.03 0.81 0.42 57.52 0.68 0.35
Hex 95 90 1C 0 3 51 2A 3A 44 23
Octal 225 220 34 0 3 121 52 72 104 43
Binary 10010101 10010000 11100 0 11 1010001 101010 111010 1000100 100011

Color Harmonies of #95901C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95901C

Black with #95901C

Text Example


Text Example

White with #95901C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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