#C6DA0B

Color #C6DA0B Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #C6DA0B

Tints of Inch Worm #C6DA0B

Color information

#C6DA0B (or 0xC6DA0B) is unknown color: approx Inch Worm. HEX triplet: C6, DA and 0B. RGB value is (198,218,11). Sum of RGB (Red+Green+Blue) = 198+218+11=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 218 (85.55% from 255 or 51.05% from 427); Blue value is 11 (4.69% from 255 or 2.58% from 427); Max value from RGB is 218 - color contains mainly: green. Hex color #C6DA0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6DA0B is #3925F4. Grayscale: #BDBDBD. Windows color (decimal): -3745269 or 776902. OLE color: 776902.

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

Color convert

RGB19821811-
CMYK0.0900.950.15
HSL65.8º90.39%44.9%-
HSV(B)65.8º94.95%85.49%-
XYZ48.4262.179.77-
YUV188.4227.87134.83-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.37%
GREEN value IS 218 (85.55% from 255) = 51.05%
BLUE value IS 11 (4.69% from 255) = 2.58%
R=46.37%
G=51.05%
B=2.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal198218110.0900.950.1565.890.3944.9
HexC6DAB905FF425a2d
Octal306332131101371710213255
Binary11000110110110101011100101011111111110000101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6DA0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6DA0B; }

 p { color: rgb(198,218,11); }

 H1.HeaderClassName
 {
   color: #C6DA0B;
 }
 .AnyTagClassName
 {
   color: #C6DA0B;
 }
</style>
background-color css

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

 a { background-color: rgb(198,218,11); }

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

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

 span { border-color: rgb(198,218,11); }

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