Html Css Color HEX #8C961D Citron

📋 copy color: '#8C961D'

red 140 ◦ green 150 ◦ blue 29

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

Shades of Citron #8C961D

Tints of Citron #8C961D

RGB

 RED value IS 140 (55.08% from 255) = 43.89%

 GREEN value IS 150 (58.98% from 255) = 47.02%

 BLUE value IS 29 (11.72% from 255) = 9.09%

R = 43.89%
G = 47.02%
B = 9.09%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.81

 K value IS 0.41

RGB Variations

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

Color information

#8C961D (or 0x8C961D) is known color: Citron. HEX triplet: 8C, 96 and 1D. RGB value is (140,150,29). Sum of RGB (Red+Green+Blue) = 140+150+29=319 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.89% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 150 - color contains mainly: green. Hex color #8C961D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8C961D is #7369E2. Grayscale: #858585. Windows color (decimal): -7563747 or 1939084. OLE color: 1939084.

HSL color Cylindrical-coordinate representation of color #8C961D: hue angle of 64.96º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8C961D is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB 140 150 29 -
CMYK 0.07 0 0.81 0.41
HSL 64.96º 0.68% 0.35% -
HSV(B) 64.96º 0.81% 0.59% -
XYZ 21.94 27.48 5.31 -
YUV 133.22 69.19 132.84 -
System Red Green Blue C M Y K H S L
Decimal 140 150 29 0.07 0 0.81 0.41 64.96 0.68 0.35
Hex 8C 96 1D 7 0 51 29 41 44 23
Octal 214 226 35 7 0 121 51 101 104 43
Binary 10001100 10010110 11101 111 0 1010001 101001 1000001 1000100 100011

Color Harmonies of #8C961D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C961D

Black with #8C961D

Text Example


Text Example

White with #8C961D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C961D; }

 p { color: rgb(140,150,29); }

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

background-color css

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

 a { background-color: rgb(140,150,29); }

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

border-color css

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

 span { border-color: rgb(140,150,29); }

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