Html Css Color HEX #959C1A Citron

📋 copy color: '#959C1A'

red 149 ◦ green 156 ◦ blue 26

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

Shades of Citron #959C1A

Tints of Citron #959C1A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 47.13%

 BLUE value IS 26 (10.55% from 255) = 7.85%

R = 45.02%
G = 47.13%
B = 7.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.83

 K value IS 0.39

RGB Variations

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

Color information

#959C1A (or 0x959C1A) is known color: Citron. HEX triplet: 95, 9C and 1A. RGB value is (149,156,26). Sum of RGB (Red+Green+Blue) = 149+156+26=331 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.02% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 26 (10.55% from 255 or 7.85% from 331); Max value from RGB is 156 - color contains mainly: green. Hex color #959C1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #959C1A is #6A63E5. Grayscale: #8B8B8B. Windows color (decimal): -6972390 or 1744021. OLE color: 1744021.

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

Color convert

RGB 149 156 26 -
CMYK 0.04 0 0.83 0.39
HSL 63.23º 0.71% 0.36% -
HSV(B) 63.23º 0.83% 0.61% -
XYZ 24.47 30.24 5.52 -
YUV 139.09 64.18 135.07 -
System Red Green Blue C M Y K H S L
Decimal 149 156 26 0.04 0 0.83 0.39 63.23 0.71 0.36
Hex 95 9C 1A 4 0 53 27 3F 47 24
Octal 225 234 32 4 0 123 47 77 107 44
Binary 10010101 10011100 11010 100 0 1010011 100111 111111 1000111 100100

Color Harmonies of #959C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959C1A

Black with #959C1A

Text Example


Text Example

White with #959C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,156,26); }

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

background-color css

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

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

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

border-color css

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

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

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