Html Css Color HEX #C9DC0C Inch Worm

📋 copy color: '#C9DC0C'

red 201 ◦ green 220 ◦ blue 12

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

Shades of Inch Worm #C9DC0C

Tints of Inch Worm #C9DC0C

RGB

 RED value IS 201 (78.91% from 255) = 46.42%

 GREEN value IS 220 (86.33% from 255) = 50.81%

 BLUE value IS 12 (5.08% from 255) = 2.77%

R = 46.42%
G = 50.81%
B = 2.77%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#C9DC0C (or 0xC9DC0C) is known color: Inch Worm. HEX triplet: C9, DC and 0C. RGB value is (201,220,12). Sum of RGB (Red+Green+Blue) = 201+220+12=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 12 (5.08% from 255 or 2.77% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #C9DC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9DC0C is #3623F3. Grayscale: #BFBFBF. Windows color (decimal): -3548148 or 842953. OLE color: 842953.

HSL color Cylindrical-coordinate representation of color #C9DC0C: hue angle of 65.48º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9DC0C is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 220 12 -
CMYK 0.09 0 0.95 0.14
HSL 65.48º 0.9% 0.45% -
HSV(B) 65.48º 0.95% 0.86% -
XYZ 49.75 63.63 10.01 -
YUV 190.61 27.21 135.41 -
System Red Green Blue C M Y K H S L
Decimal 201 220 12 0.09 0 0.95 0.14 65.48 0.9 0.45
Hex C9 DC C 9 0 5F E 41 5A 2D
Octal 311 334 14 11 0 137 16 101 132 55
Binary 11001001 11011100 1100 1001 0 1011111 1110 1000001 1011010 101101

Color Harmonies of #C9DC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DC0C

Black with #C9DC0C

Text Example


Text Example

White with #C9DC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DC0C; }

 p { color: rgb(201,220,12); }

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

background-color css

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

 a { background-color: rgb(201,220,12); }

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

border-color css

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

 span { border-color: rgb(201,220,12); }

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