Html Css Color HEX #959508 Citron

📋 copy color: '#959508'

red 149 ◦ green 149 ◦ blue 8

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

Shades of Citron #959508

Tints of Citron #959508

RGB

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

 GREEN value IS 149 (58.59% from 255) = 48.69%

 BLUE value IS 8 (3.52% from 255) = 2.61%

R = 48.69%
G = 48.69%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#959508 (or 0x959508) is known color: Citron. HEX triplet: 95, 95 and 08. RGB value is (149,149,8). Sum of RGB (Red+Green+Blue) = 149+149+8=306 (40% of max value = 765). Red value is 149 (58.59% from 255 or 48.69% from 306); Green value is 149 (58.59% from 255 or 48.69% from 306); Blue value is 8 (3.52% from 255 or 2.61% from 306); Max value from RGB is 149 - color contains mainly: red, green. Hex color #959508 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #959508 is #6A6AF7. Grayscale: #858585. Windows color (decimal): -6974200 or 562581. OLE color: 562581.

HSL color Cylindrical-coordinate representation of color #959508: hue angle of 60º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #959508 is Cyan = 0, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 149 8 -
CMYK 0 0 0.95 0.42
HSL 60º 0.9% 0.31% -
HSV(B) 60º 0.95% 0.58% -
XYZ 23.19 27.9 4.39 -
YUV 132.93 57.5 139.46 -
System Red Green Blue C M Y K H S L
Decimal 149 149 8 0 0 0.95 0.42 60 0.9 0.31
Hex 95 95 8 0 0 5F 2A 3C 5A 1F
Octal 225 225 10 0 0 137 52 74 132 37
Binary 10010101 10010101 1000 0 0 1011111 101010 111100 1011010 11111

Color Harmonies of #959508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959508

Black with #959508

Text Example


Text Example

White with #959508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959508; }

 p { color: rgb(149,149,8); }

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

background-color css

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

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

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

border-color css

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

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

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