Html Css Color HEX #BCDF0D Inch Worm

📋 copy color: '#BCDF0D'

red 188 ◦ green 223 ◦ blue 13

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

Shades of Inch Worm #BCDF0D

Tints of Inch Worm #BCDF0D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 52.59%

 BLUE value IS 13 (5.47% from 255) = 3.07%

R = 44.34%
G = 52.59%
B = 3.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#BCDF0D (or 0xBCDF0D) is known color: Inch Worm. HEX triplet: BC, DF and 0D. RGB value is (188,223,13). Sum of RGB (Red+Green+Blue) = 188+223+13=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 223 (87.5% from 255 or 52.59% from 424); Blue value is 13 (5.47% from 255 or 3.07% from 424); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCDF0D is #4320F2. Grayscale: #BDBDBD. Windows color (decimal): -4399347 or 909244. OLE color: 909244.

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

Color convert

RGB 188 223 13 -
CMYK 0.16 0 0.94 0.13
HSL 70º 0.89% 0.46% -
HSV(B) 70º 0.94% 0.87% -
XYZ 47.2 63.5 10.15 -
YUV 188.6 28.9 127.58 -
System Red Green Blue C M Y K H S L
Decimal 188 223 13 0.16 0 0.94 0.13 70 0.89 0.46
Hex BC DF D 10 0 5E D 46 59 2E
Octal 274 337 15 20 0 136 15 106 131 56
Binary 10111100 11011111 1101 10000 0 1011110 1101 1000110 1011001 101110

Color Harmonies of #BCDF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDF0D

Black with #BCDF0D

Text Example


Text Example

White with #BCDF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDF0D; }

 p { color: rgb(188,223,13); }

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

background-color css

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

 a { background-color: rgb(188,223,13); }

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

border-color css

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

 span { border-color: rgb(188,223,13); }

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