Html Css Color HEX #BCD818 Inch Worm

📋 copy color: '#BCD818'

red 188 ◦ green 216 ◦ blue 24

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

Shades of Inch Worm #BCD818

Tints of Inch Worm #BCD818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.61%

R = 43.93%
G = 50.47%
B = 5.61%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#BCD818 (or 0xBCD818) is known color: Inch Worm. HEX triplet: BC, D8 and 18. RGB value is (188,216,24). Sum of RGB (Red+Green+Blue) = 188+216+24=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 216 (84.77% from 255 or 50.47% from 428); Blue value is 24 (9.77% from 255 or 5.61% from 428); Max value from RGB is 216 - color contains mainly: green. Hex color #BCD818 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCD818 is #4327E7. Grayscale: #BABABA. Windows color (decimal): -4401128 or 1628348. OLE color: 1628348.

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

Color convert

RGB 188 216 24 -
CMYK 0.13 0 0.89 0.15
HSL 68.75º 0.8% 0.47% -
HSV(B) 68.75º 0.89% 0.85% -
XYZ 45.46 59.87 10.02 -
YUV 185.74 36.72 129.61 -
System Red Green Blue C M Y K H S L
Decimal 188 216 24 0.13 0 0.89 0.15 68.75 0.8 0.47
Hex BC D8 18 D 0 59 F 45 50 2F
Octal 274 330 30 15 0 131 17 105 120 57
Binary 10111100 11011000 11000 1101 0 1011001 1111 1000101 1010000 101111

Color Harmonies of #BCD818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD818

Black with #BCD818

Text Example


Text Example

White with #BCD818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD818; }

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

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

background-color css

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

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

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

border-color css

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

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

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