Html Css Color HEX #959E03 Citrus

📋 copy color: '#959E03'

red 149 ◦ green 158 ◦ blue 3

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

Shades of Citrus #959E03

Tints of Citrus #959E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.97%

R = 48.06%
G = 50.97%
B = 0.97%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.98

 K value IS 0.38

RGB Variations

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

Color information

#959E03 (or 0x959E03) is known color: Citrus. HEX triplet: 95, 9E and 03. RGB value is (149,158,3). Sum of RGB (Red+Green+Blue) = 149+158+3=310 (41% of max value = 765). Red value is 149 (58.59% from 255 or 48.06% from 310); Green value is 158 (62.11% from 255 or 50.97% from 310); Blue value is 3 (1.56% from 255 or 0.97% from 310); Max value from RGB is 158 - color contains mainly: green. Hex color #959E03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959E03 is #6A61FC. Grayscale: #8A8A8A. Windows color (decimal): -6971901 or 237205. OLE color: 237205.

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

Color convert

RGB 149 158 3 -
CMYK 0.06 0 0.98 0.38
HSL 63.48º 0.96% 0.32% -
HSV(B) 63.48º 0.98% 0.62% -
XYZ 24.64 30.85 4.74 -
YUV 137.64 52.02 136.1 -
System Red Green Blue C M Y K H S L
Decimal 149 158 3 0.06 0 0.98 0.38 63.48 0.96 0.32
Hex 95 9E 3 6 0 62 26 3F 60 20
Octal 225 236 3 6 0 142 46 77 140 40
Binary 10010101 10011110 11 110 0 1100010 100110 111111 1100000 100000

Color Harmonies of #959E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959E03

Black with #959E03

Text Example


Text Example

White with #959E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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