Html Css Color HEX #95950F Citron

📋 copy color: '#95950F'

red 149 ◦ green 149 ◦ blue 15

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

Shades of Citron #95950F

Tints of Citron #95950F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.6%

 BLUE value IS 15 (6.25% from 255) = 4.79%

R = 47.6%
G = 47.6%
B = 4.79%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#95950F (or 0x95950F) is known color: Citron. HEX triplet: 95, 95 and 0F. RGB value is (149,149,15). Sum of RGB (Red+Green+Blue) = 149+149+15=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 15 (6.25% from 255 or 4.79% from 313); Max value from RGB is 149 - color contains mainly: red, green. Hex color #95950F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95950F is #6A6AF0. Grayscale: #868686. Windows color (decimal): -6974193 or 1021333. OLE color: 1021333.

HSL color Cylindrical-coordinate representation of color #95950F: hue angle of 60º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #95950F is Cyan = 0, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 149 15 -
CMYK 0 0 0.90 0.42
HSL 60º 0.82% 0.32% -
HSV(B) 60º 0.9% 0.58% -
XYZ 23.23 27.92 4.62 -
YUV 133.72 61 138.9 -
System Red Green Blue C M Y K H S L
Decimal 149 149 15 0 0 0.90 0.42 60 0.82 0.32
Hex 95 95 F 0 0 5A 2A 3C 52 20
Octal 225 225 17 0 0 132 52 74 122 40
Binary 10010101 10010101 1111 0 0 1011010 101010 111100 1010010 100000

Color Harmonies of #95950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95950F

Black with #95950F

Text Example


Text Example

White with #95950F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95950F; }

 p { color: rgb(149,149,15); }

 H1.HeaderClassName
 {
   color: #95950F;
 }
 .AnyTagClassName
 {
   color: #95950F;
 }
</style>

background-color css

<style>
 a { background-color: #95950F; }

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

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

border-color css

<style>
 span { border-color: #95950F; }

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

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