Html Css Color HEX #B6D60C Inch Worm

📋 copy color: '#B6D60C'

red 182 ◦ green 214 ◦ blue 12

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

Shades of Inch Worm #B6D60C

Tints of Inch Worm #B6D60C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 52.45%

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

R = 44.61%
G = 52.45%
B = 2.94%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#B6D60C (or 0xB6D60C) is known color: Inch Worm. HEX triplet: B6, D6 and 0C. RGB value is (182,214,12). Sum of RGB (Red+Green+Blue) = 182+214+12=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 214 (83.98% from 255 or 52.45% from 408); Blue value is 12 (5.08% from 255 or 2.94% from 408); Max value from RGB is 214 - color contains mainly: green. Hex color #B6D60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6D60C is #4929F3. Grayscale: #B6B6B6. Windows color (decimal): -4794868 or 841398. OLE color: 841398.

HSL color Cylindrical-coordinate representation of color #B6D60C: hue angle of 69.5º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B6D60C is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 182 214 12 -
CMYK 0.15 0 0.94 0.16
HSL 69.5º 0.89% 0.44% -
HSV(B) 69.5º 0.94% 0.84% -
XYZ 43.4 58.06 9.27 -
YUV 181.4 32.4 128.43 -
System Red Green Blue C M Y K H S L
Decimal 182 214 12 0.15 0 0.94 0.16 69.5 0.89 0.44
Hex B6 D6 C F 0 5E 10 46 59 2C
Octal 266 326 14 17 0 136 20 106 131 54
Binary 10110110 11010110 1100 1111 0 1011110 10000 1000110 1011001 101100

Color Harmonies of #B6D60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6D60C

Black with #B6D60C

Text Example


Text Example

White with #B6D60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6D60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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