Html Css Color HEX #BCD910 Inch Worm

📋 copy color: '#BCD910'

red 188 ◦ green 217 ◦ blue 16

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

Shades of Inch Worm #BCD910

Tints of Inch Worm #BCD910

RGB

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

 GREEN value IS 217 (85.16% from 255) = 51.54%

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

R = 44.66%
G = 51.54%
B = 3.8%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#BCD910 (or 0xBCD910) is known color: Inch Worm. HEX triplet: BC, D9 and 10. RGB value is (188,217,16). Sum of RGB (Red+Green+Blue) = 188+217+16=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 217 (85.16% from 255 or 51.54% from 421); Blue value is 16 (6.64% from 255 or 3.80% from 421); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD910 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD910 is #4326EF. Grayscale: #BABABA. Windows color (decimal): -4400880 or 1104316. OLE color: 1104316.

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

Color convert

RGB 188 217 16 -
CMYK 0.13 0 0.93 0.15
HSL 68.66º 0.86% 0.46% -
HSV(B) 68.66º 0.93% 0.85% -
XYZ 45.65 60.35 9.73 -
YUV 185.42 32.39 129.84 -
System Red Green Blue C M Y K H S L
Decimal 188 217 16 0.13 0 0.93 0.15 68.66 0.86 0.46
Hex BC D9 10 D 0 5D F 45 56 2E
Octal 274 331 20 15 0 135 17 105 126 56
Binary 10111100 11011001 10000 1101 0 1011101 1111 1000101 1010110 101110

Color Harmonies of #BCD910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD910

Black with #BCD910

Text Example


Text Example

White with #BCD910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD910; }

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

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

background-color css

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

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

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

border-color css

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

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

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