Html Css Color HEX #958E0C Citron

📋 copy color: '#958E0C'

red 149 ◦ green 142 ◦ blue 12

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

Shades of Citron #958E0C

Tints of Citron #958E0C

RGB

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

 GREEN value IS 142 (55.86% from 255) = 46.86%

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

R = 49.17%
G = 46.86%
B = 3.96%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#958E0C (or 0x958E0C) is known color: Citron. HEX triplet: 95, 8E and 0C. RGB value is (149,142,12). Sum of RGB (Red+Green+Blue) = 149+142+12=303 (40% of max value = 765). Red value is 149 (58.59% from 255 or 49.17% from 303); Green value is 142 (55.86% from 255 or 46.86% from 303); Blue value is 12 (5.08% from 255 or 3.96% from 303); Max value from RGB is 149 - color contains mainly: red. Hex color #958E0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #958E0C is #6A71F3. Grayscale: #818181. Windows color (decimal): -6975988 or 822933. OLE color: 822933.

HSL color Cylindrical-coordinate representation of color #958E0C: hue angle of 56.93º 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 #958E0C is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 142 12 -
CMYK 0 0.05 0.92 0.42
HSL 56.93º 0.85% 0.32% -
HSV(B) 56.93º 0.92% 0.58% -
XYZ 22.13 25.76 4.15 -
YUV 129.27 61.82 142.07 -
System Red Green Blue C M Y K H S L
Decimal 149 142 12 0 0.05 0.92 0.42 56.93 0.85 0.32
Hex 95 8E C 0 5 5C 2A 39 55 20
Octal 225 216 14 0 5 134 52 71 125 40
Binary 10010101 10001110 1100 0 101 1011100 101010 111001 1010101 100000

Color Harmonies of #958E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958E0C

Black with #958E0C

Text Example


Text Example

White with #958E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958E0C; }

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

 H1.HeaderClassName
 {
   color: #958E0C;
 }
 .AnyTagClassName
 {
   color: #958E0C;
 }
</style>

background-color css

<style>
 a { background-color: #958E0C; }

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

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

border-color css

<style>
 span { border-color: #958E0C; }

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

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