Html Css Color HEX #959B05 Citron

📋 copy color: '#959B05'

red 149 ◦ green 155 ◦ blue 5

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

Shades of Citron #959B05

Tints of Citron #959B05

RGB

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

 GREEN value IS 155 (60.94% from 255) = 50.16%

 BLUE value IS 5 (2.34% from 255) = 1.62%

R = 48.22%
G = 50.16%
B = 1.62%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#959B05 (or 0x959B05) is known color: Citron. HEX triplet: 95, 9B and 05. RGB value is (149,155,5). Sum of RGB (Red+Green+Blue) = 149+155+5=309 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.22% from 309); Green value is 155 (60.94% from 255 or 50.16% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 155 - color contains mainly: green. Hex color #959B05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959B05 is #6A64FA. Grayscale: #888888. Windows color (decimal): -6972667 or 367509. OLE color: 367509.

HSL color Cylindrical-coordinate representation of color #959B05: hue angle of 62.4º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #959B05 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.39.

Color convert

RGB 149 155 5 -
CMYK 0.04 0 0.97 0.39
HSL 62.4º 0.94% 0.31% -
HSV(B) 62.4º 0.97% 0.61% -
XYZ 24.14 29.84 4.63 -
YUV 136.11 54.01 137.2 -
System Red Green Blue C M Y K H S L
Decimal 149 155 5 0.04 0 0.97 0.39 62.4 0.94 0.31
Hex 95 9B 5 4 0 61 27 3E 5E 1F
Octal 225 233 5 4 0 141 47 76 136 37
Binary 10010101 10011011 101 100 0 1100001 100111 111110 1011110 11111

Color Harmonies of #959B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959B05

Black with #959B05

Text Example


Text Example

White with #959B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,155,5); }

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

background-color css

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

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

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

border-color css

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

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

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