Html Css Color HEX #BCD814 Inch Worm

📋 copy color: '#BCD814'

red 188 ◦ green 216 ◦ blue 20

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

Shades of Inch Worm #BCD814

Tints of Inch Worm #BCD814

RGB

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

 GREEN value IS 216 (84.77% from 255) = 50.94%

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

R = 44.34%
G = 50.94%
B = 4.72%

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

#BCD814 (or 0xBCD814) is known color: Inch Worm. HEX triplet: BC, D8 and 14. RGB value is (188,216,20). Sum of RGB (Red+Green+Blue) = 188+216+20=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 216 (84.77% from 255 or 50.94% from 424); Blue value is 20 (8.20% from 255 or 4.72% from 424); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD814 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD814 is #4327EB. Grayscale: #BABABA. Windows color (decimal): -4401132 or 1366204. OLE color: 1366204.

HSL color Cylindrical-coordinate representation of color #BCD814: hue angle of 68.57º 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 #BCD814 is Cyan = 0.13, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 188 216 20 -
CMYK 0.13 0 0.91 0.15
HSL 68.57º 0.83% 0.46% -
HSV(B) 68.57º 0.91% 0.85% -
XYZ 45.42 59.85 9.82 -
YUV 185.28 34.72 129.94 -
System Red Green Blue C M Y K H S L
Decimal 188 216 20 0.13 0 0.91 0.15 68.57 0.83 0.46
Hex BC D8 14 D 0 5B F 45 53 2E
Octal 274 330 24 15 0 133 17 105 123 56
Binary 10111100 11011000 10100 1101 0 1011011 1111 1000101 1010011 101110

Color Harmonies of #BCD814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD814

Black with #BCD814

Text Example


Text Example

White with #BCD814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD814; }

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

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

background-color css

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

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

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

border-color css

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

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

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