Html Css Color HEX #959E0A Citron

📋 copy color: '#959E0A'

red 149 ◦ green 158 ◦ blue 10

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

Shades of Citron #959E0A

Tints of Citron #959E0A

RGB

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

 GREEN value IS 158 (62.11% from 255) = 49.84%

 BLUE value IS 10 (4.3% from 255) = 3.15%

R = 47%
G = 49.84%
B = 3.15%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#959E0A (or 0x959E0A) is known color: Citron. HEX triplet: 95, 9E and 0A. RGB value is (149,158,10). Sum of RGB (Red+Green+Blue) = 149+158+10=317 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.00% from 317); Green value is 158 (62.11% from 255 or 49.84% from 317); Blue value is 10 (4.30% from 255 or 3.15% from 317); Max value from RGB is 158 - color contains mainly: green. Hex color #959E0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959E0A is #6A61F5. Grayscale: #8B8B8B. Windows color (decimal): -6971894 or 695957. OLE color: 695957.

HSL color Cylindrical-coordinate representation of color #959E0A: hue angle of 63.65º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #959E0A is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.

Color convert

RGB 149 158 10 -
CMYK 0.06 0 0.94 0.38
HSL 63.65º 0.88% 0.33% -
HSV(B) 63.65º 0.94% 0.62% -
XYZ 24.68 30.87 4.94 -
YUV 138.44 55.52 135.53 -
System Red Green Blue C M Y K H S L
Decimal 149 158 10 0.06 0 0.94 0.38 63.65 0.88 0.33
Hex 95 9E A 6 0 5E 26 40 58 21
Octal 225 236 12 6 0 136 46 100 130 41
Binary 10010101 10011110 1010 110 0 1011110 100110 1000000 1011000 100001

Color Harmonies of #959E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959E0A

Black with #959E0A

Text Example


Text Example

White with #959E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959E0A; }

 p { color: rgb(149,158,10); }

 H1.HeaderClassName
 {
   color: #959E0A;
 }
 .AnyTagClassName
 {
   color: #959E0A;
 }
</style>

background-color css

<style>
 a { background-color: #959E0A; }

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

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

border-color css

<style>
 span { border-color: #959E0A; }

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

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