Html Css Color HEX #B6DD0C Inch Worm

📋 copy color: '#B6DD0C'

red 182 ◦ green 221 ◦ blue 12

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

Shades of Inch Worm #B6DD0C

Tints of Inch Worm #B6DD0C

RGB

 RED value IS 182 (71.48% from 255) = 43.86%

 GREEN value IS 221 (86.72% from 255) = 53.25%

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

R = 43.86%
G = 53.25%
B = 2.89%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#B6DD0C (or 0xB6DD0C) is known color: Inch Worm. HEX triplet: B6, DD and 0C. RGB value is (182,221,12). Sum of RGB (Red+Green+Blue) = 182+221+12=415 (54% of max value = 765). Red value is 182 (71.48% from 255 or 43.86% from 415); Green value is 221 (86.72% from 255 or 53.25% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 221 - color contains mainly: green. Hex color #B6DD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6DD0C is #4922F3. Grayscale: #BABABA. Windows color (decimal): -4793076 or 843190. OLE color: 843190.

HSL color Cylindrical-coordinate representation of color #B6DD0C: hue angle of 71.2º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B6DD0C is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 182 221 12 -
CMYK 0.18 0 0.95 0.13
HSL 71.2º 0.9% 0.46% -
HSV(B) 71.2º 0.95% 0.87% -
XYZ 45.21 61.68 9.87 -
YUV 185.51 30.08 125.49 -
System Red Green Blue C M Y K H S L
Decimal 182 221 12 0.18 0 0.95 0.13 71.2 0.9 0.46
Hex B6 DD C 12 0 5F D 47 5A 2E
Octal 266 335 14 22 0 137 15 107 132 56
Binary 10110110 11011101 1100 10010 0 1011111 1101 1000111 1011010 101110

Color Harmonies of #B6DD0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6DD0C

Black with #B6DD0C

Text Example


Text Example

White with #B6DD0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6DD0C; }

 p { color: rgb(182,221,12); }

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

background-color css

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

 a { background-color: rgb(182,221,12); }

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

border-color css

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

 span { border-color: rgb(182,221,12); }

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