Html Css Color HEX #C6DA0B Inch Worm

📋 copy color: '#C6DA0B'

red 198 ◦ green 218 ◦ blue 11

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

Shades of Inch Worm #C6DA0B

Tints of Inch Worm #C6DA0B

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 value IS 0.09

 M value IS 0

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#C6DA0B (or 0xC6DA0B) is known color: 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

RGB 198 218 11 -
CMYK 0.09 0 0.95 0.15
HSL 65.8º 0.9% 0.45% -
HSV(B) 65.8º 0.95% 0.85% -
XYZ 48.42 62.17 9.77 -
YUV 188.42 27.87 134.83 -
System Red Green Blue C M Y K H S L
Decimal 198 218 11 0.09 0 0.95 0.15 65.8 0.9 0.45
Hex C6 DA B 9 0 5F F 42 5A 2D
Octal 306 332 13 11 0 137 17 102 132 55
Binary 11000110 11011010 1011 1001 0 1011111 1111 1000010 1011010 101101

Color Harmonies of #C6DA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6DA0B

Black with #C6DA0B

Text Example


Text Example

White with #C6DA0B

Text Example


Text Example

HTML Codes & Css Web 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>