Html Css Color HEX #95900C Citron

📋 copy color: '#95900C'

red 149 ◦ green 144 ◦ blue 12

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

Shades of Citron #95900C

Tints of Citron #95900C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 3.93%

R = 48.85%
G = 47.21%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#95900C (or 0x95900C) is known color: Citron. HEX triplet: 95, 90 and 0C. RGB value is (149,144,12). Sum of RGB (Red+Green+Blue) = 149+144+12=305 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.85% from 305); Green value is 144 (56.64% from 255 or 47.21% from 305); Blue value is 12 (5.08% from 255 or 3.93% from 305); Max value from RGB is 149 - color contains mainly: red. Hex color #95900C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95900C is #6A6FF3. Grayscale: #828282. Windows color (decimal): -6975476 or 823445. OLE color: 823445.

HSL color Cylindrical-coordinate representation of color #95900C: hue angle of 57.81º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95900C is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 144 12 -
CMYK 0 0.03 0.92 0.42
HSL 57.81º 0.85% 0.32% -
HSV(B) 57.81º 0.92% 0.58% -
XYZ 22.43 26.36 4.25 -
YUV 130.45 61.16 141.23 -
System Red Green Blue C M Y K H S L
Decimal 149 144 12 0 0.03 0.92 0.42 57.81 0.85 0.32
Hex 95 90 C 0 3 5C 2A 3A 55 20
Octal 225 220 14 0 3 134 52 72 125 40
Binary 10010101 10010000 1100 0 11 1011100 101010 111010 1010101 100000

Color Harmonies of #95900C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95900C

Black with #95900C

Text Example


Text Example

White with #95900C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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