Html Css Color HEX #BCDD0F Inch Worm

📋 copy color: '#BCDD0F'

red 188 ◦ green 221 ◦ blue 15

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

Shades of Inch Worm #BCDD0F

Tints of Inch Worm #BCDD0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.54%

R = 44.34%
G = 52.12%
B = 3.54%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#BCDD0F (or 0xBCDD0F) is known color: Inch Worm. HEX triplet: BC, DD and 0F. RGB value is (188,221,15). Sum of RGB (Red+Green+Blue) = 188+221+15=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 221 (86.72% from 255 or 52.12% from 424); Blue value is 15 (6.25% from 255 or 3.54% from 424); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDD0F is #4322F0. Grayscale: #BCBCBC. Windows color (decimal): -4399857 or 1039804. OLE color: 1039804.

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

Color convert

RGB 188 221 15 -
CMYK 0.15 0 0.93 0.13
HSL 69.61º 0.87% 0.46% -
HSV(B) 69.61º 0.93% 0.87% -
XYZ 46.68 62.44 10.04 -
YUV 187.65 30.57 128.25 -
System Red Green Blue C M Y K H S L
Decimal 188 221 15 0.15 0 0.93 0.13 69.61 0.87 0.46
Hex BC DD F F 0 5D D 46 57 2E
Octal 274 335 17 17 0 135 15 106 127 56
Binary 10111100 11011101 1111 1111 0 1011101 1101 1000110 1010111 101110

Color Harmonies of #BCDD0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDD0F

Black with #BCDD0F

Text Example


Text Example

White with #BCDD0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDD0F; }

 p { color: rgb(188,221,15); }

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

background-color css

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

 a { background-color: rgb(188,221,15); }

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

border-color css

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

 span { border-color: rgb(188,221,15); }

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