Html Css Color HEX #95940C Citron

📋 copy color: '#95940C'

red 149 ◦ green 148 ◦ blue 12

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

Shades of Citron #95940C

Tints of Citron #95940C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 47.9%

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

R = 48.22%
G = 47.9%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#95940C (or 0x95940C) is known color: Citron. HEX triplet: 95, 94 and 0C. RGB value is (149,148,12). Sum of RGB (Red+Green+Blue) = 149+148+12=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 148 (58.20% from 255 or 47.90% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 149 - color contains mainly: red. Hex color #95940C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #95940C is #6A6BF3. Grayscale: #858585. Windows color (decimal): -6974452 or 824469. OLE color: 824469.

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

Color convert

RGB 149 148 12 -
CMYK 0 0.01 0.92 0.42
HSL 59.56º 0.85% 0.32% -
HSV(B) 59.56º 0.92% 0.58% -
XYZ 23.05 27.6 4.46 -
YUV 132.8 59.83 139.56 -
System Red Green Blue C M Y K H S L
Decimal 149 148 12 0 0.01 0.92 0.42 59.56 0.85 0.32
Hex 95 94 C 0 1 5C 2A 3C 55 20
Octal 225 224 14 0 1 134 52 74 125 40
Binary 10010101 10010100 1100 0 1 1011100 101010 111100 1010101 100000

Color Harmonies of #95940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95940C

Black with #95940C

Text Example


Text Example

White with #95940C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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