Html Css Color HEX #BCDB10 Inch Worm

📋 copy color: '#BCDB10'

red 188 ◦ green 219 ◦ blue 16

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

Shades of Inch Worm #BCDB10

Tints of Inch Worm #BCDB10

RGB

 RED value IS 188 (73.83% from 255) = 44.44%

 GREEN value IS 219 (85.94% from 255) = 51.77%

 BLUE value IS 16 (6.64% from 255) = 3.78%

R = 44.44%
G = 51.77%
B = 3.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.93

 K value IS 0.14

RGB Variations

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

Color information

#BCDB10 (or 0xBCDB10) is known color: Inch Worm. HEX triplet: BC, DB and 10. RGB value is (188,219,16). Sum of RGB (Red+Green+Blue) = 188+219+16=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 219 (85.94% from 255 or 51.77% from 423); Blue value is 16 (6.64% from 255 or 3.78% from 423); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDB10 is #4324EF. Grayscale: #BBBBBB. Windows color (decimal): -4400368 or 1104828. OLE color: 1104828.

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

Color convert

RGB 188 219 16 -
CMYK 0.14 0 0.93 0.14
HSL 69.16º 0.86% 0.46% -
HSV(B) 69.16º 0.93% 0.86% -
XYZ 46.16 61.39 9.91 -
YUV 186.59 31.73 129.01 -
System Red Green Blue C M Y K H S L
Decimal 188 219 16 0.14 0 0.93 0.14 69.16 0.86 0.46
Hex BC DB 10 E 0 5D E 45 56 2E
Octal 274 333 20 16 0 135 16 105 126 56
Binary 10111100 11011011 10000 1110 0 1011101 1110 1000101 1010110 101110

Color Harmonies of #BCDB10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDB10

Black with #BCDB10

Text Example


Text Example

White with #BCDB10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDB10; }

 p { color: rgb(188,219,16); }

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

background-color css

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

 a { background-color: rgb(188,219,16); }

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

border-color css

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

 span { border-color: rgb(188,219,16); }

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