Html Css Color HEX #BCD914 Inch Worm

📋 copy color: '#BCD914'

red 188 ◦ green 217 ◦ blue 20

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

Shades of Inch Worm #BCD914

Tints of Inch Worm #BCD914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.71%

R = 44.24%
G = 51.06%
B = 4.71%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#BCD914 (or 0xBCD914) is known color: Inch Worm. HEX triplet: BC, D9 and 14. RGB value is (188,217,20). Sum of RGB (Red+Green+Blue) = 188+217+20=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 217 (85.16% from 255 or 51.06% from 425); Blue value is 20 (8.20% from 255 or 4.71% from 425); Max value from RGB is 217 - color contains mainly: green. Hex color #BCD914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD914 is #4326EB. Grayscale: #BABABA. Windows color (decimal): -4400876 or 1366460. OLE color: 1366460.

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

Color convert

RGB 188 217 20 -
CMYK 0.13 0 0.91 0.15
HSL 68.83º 0.83% 0.46% -
HSV(B) 68.83º 0.91% 0.85% -
XYZ 45.68 60.37 9.91 -
YUV 185.87 34.39 129.52 -
System Red Green Blue C M Y K H S L
Decimal 188 217 20 0.13 0 0.91 0.15 68.83 0.83 0.46
Hex BC D9 14 D 0 5B F 45 53 2E
Octal 274 331 24 15 0 133 17 105 123 56
Binary 10111100 11011001 10100 1101 0 1011011 1111 1000101 1010011 101110

Color Harmonies of #BCD914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD914

Black with #BCD914

Text Example


Text Example

White with #BCD914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD914; }

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

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

background-color css

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

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

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

border-color css

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

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

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