Html Css Color HEX #BCD819 Inch Worm

📋 copy color: '#BCD819'

red 188 ◦ green 216 ◦ blue 25

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

Shades of Inch Worm #BCD819

Tints of Inch Worm #BCD819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.83%

R = 43.82%
G = 50.35%
B = 5.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#BCD819 (or 0xBCD819) is known color: Inch Worm. HEX triplet: BC, D8 and 19. RGB value is (188,216,25). Sum of RGB (Red+Green+Blue) = 188+216+25=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 216 (84.77% from 255 or 50.35% from 429); Blue value is 25 (10.16% from 255 or 5.83% from 429); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD819 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD819 is #4327E6. Grayscale: #BABABA. Windows color (decimal): -4401127 or 1693884. OLE color: 1693884.

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

Color convert

RGB 188 216 25 -
CMYK 0.13 0 0.88 0.15
HSL 68.8º 0.79% 0.47% -
HSV(B) 68.8º 0.88% 0.85% -
XYZ 45.47 59.87 10.08 -
YUV 185.85 37.22 129.53 -
System Red Green Blue C M Y K H S L
Decimal 188 216 25 0.13 0 0.88 0.15 68.8 0.79 0.47
Hex BC D8 19 D 0 58 F 45 4F 2F
Octal 274 330 31 15 0 130 17 105 117 57
Binary 10111100 11011000 11001 1101 0 1011000 1111 1000101 1001111 101111

Color Harmonies of #BCD819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD819

Black with #BCD819

Text Example


Text Example

White with #BCD819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD819; }

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

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

background-color css

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

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

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

border-color css

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

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

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