Html Css Color HEX #8C9808 Citron

📋 copy color: '#8C9808'

red 140 ◦ green 152 ◦ blue 8

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

Shades of Citron #8C9808

Tints of Citron #8C9808

RGB

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

 GREEN value IS 152 (59.77% from 255) = 50.67%

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

R = 46.67%
G = 50.67%
B = 2.67%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#8C9808 (or 0x8C9808) is known color: Citron. HEX triplet: 8C, 98 and 08. RGB value is (140,152,8). Sum of RGB (Red+Green+Blue) = 140+152+8=300 (39% of max value = 765). Red value is 140 (55.08% from 255 or 46.67% from 300); Green value is 152 (59.77% from 255 or 50.67% from 300); Blue value is 8 (3.52% from 255 or 2.67% from 300); Max value from RGB is 152 - color contains mainly: green. Hex color #8C9808 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8C9808 is #7367F7. Grayscale: #848484. Windows color (decimal): -7563256 or 563340. OLE color: 563340.

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

Color convert

RGB 140 152 8 -
CMYK 0.08 0 0.95 0.40
HSL 65º 0.9% 0.31% -
HSV(B) 65º 0.95% 0.6% -
XYZ 22.09 28.05 4.48 -
YUV 132 58.02 133.71 -
System Red Green Blue C M Y K H S L
Decimal 140 152 8 0.08 0 0.95 0.40 65 0.9 0.31
Hex 8C 98 8 8 0 5F 28 41 5A 1F
Octal 214 230 10 10 0 137 50 101 132 37
Binary 10001100 10011000 1000 1000 0 1011111 101000 1000001 1011010 11111

Color Harmonies of #8C9808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9808

Black with #8C9808

Text Example


Text Example

White with #8C9808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,152,8); }

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

background-color css

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

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

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

border-color css

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

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

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