Html Css Color HEX #959E06 Citrus

📋 copy color: '#959E06'

red 149 ◦ green 158 ◦ blue 6

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

Shades of Citrus #959E06

Tints of Citrus #959E06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.92%

R = 47.6%
G = 50.48%
B = 1.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.96

 K value IS 0.38

RGB Variations

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

Color information

#959E06 (or 0x959E06) is known color: Citrus. HEX triplet: 95, 9E and 06. RGB value is (149,158,6). Sum of RGB (Red+Green+Blue) = 149+158+6=313 (41% of max value = 765). Red value is 149 (58.59% from 255 or 47.60% from 313); Green value is 158 (62.11% from 255 or 50.48% from 313); Blue value is 6 (2.73% from 255 or 1.92% from 313); Max value from RGB is 158 - color contains mainly: green. Hex color #959E06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959E06 is #6A61F9. Grayscale: #8A8A8A. Windows color (decimal): -6971898 or 433813. OLE color: 433813.

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

Color convert

RGB 149 158 6 -
CMYK 0.06 0 0.96 0.38
HSL 63.55º 0.93% 0.32% -
HSV(B) 63.55º 0.96% 0.62% -
XYZ 24.65 30.86 4.83 -
YUV 137.98 53.52 135.86 -
System Red Green Blue C M Y K H S L
Decimal 149 158 6 0.06 0 0.96 0.38 63.55 0.93 0.32
Hex 95 9E 6 6 0 60 26 40 5D 20
Octal 225 236 6 6 0 140 46 100 135 40
Binary 10010101 10011110 110 110 0 1100000 100110 1000000 1011101 100000

Color Harmonies of #959E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959E06

Black with #959E06

Text Example


Text Example

White with #959E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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